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 2ae6ff7 commit 13d3673Copy full SHA for 13d3673
1 file changed
.github/workflows/deploy_docs.yml
@@ -32,7 +32,7 @@ jobs:
32
sphinx-build -b html docs/ docs/_build/html
33
34
- name: Upload documentation artifact
35
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
36
with:
37
path: docs/_build/html
38
0 commit comments