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 ce916cd commit 9216f04Copy full SHA for 9216f04
.github/workflows/pages.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Build docs
54
run: mkdocs build --site-dir site
55
- name: Upload artifact
56
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
57
with:
58
path: site
59
- name: Deploy to GitHub Pages
0 commit comments