We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0c20f commit f6f47fdCopy full SHA for f6f47fd
.github/workflows/deploy.yml
@@ -34,17 +34,17 @@ jobs:
34
- name: Install pytube
35
run: python -m pip install pytube
36
- name: Checkout
37
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
38
- name: Setup Pages
39
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v5
40
# Build metadata json.
41
- name: Build metadata
42
run: python ./tools/build_metadata_json.py
43
- name: Upload artifact
44
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
45
with:
46
# Upload entire repository
47
path: '.'
48
- name: Deploy to GitHub Pages
49
id: deployment
50
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments