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 d2c74a1 commit 67d9104Copy full SHA for 67d9104
.github/workflows/deploy_pages.yml
@@ -50,7 +50,7 @@ jobs:
50
- run: pip install mkdocs-section-index
51
- run: mkdocs build --site-dir ./_site
52
- name: Upload artifact
53
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
54
55
# The deployment job
56
deploy:
0 commit comments