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 5235cac commit 12ed250Copy full SHA for 12ed250
.github/workflows/deploy-docs.yml
@@ -52,7 +52,7 @@ jobs:
52
run: mkdocs build --strict
53
54
- name: Upload artifact
55
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
56
with:
57
path: ./site
58
0 commit comments