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 76ea772 commit 9ed0446Copy full SHA for 9ed0446
.github/workflows/build.yml
@@ -94,6 +94,6 @@ jobs:
94
run: sphinx-build -b html docs build/docs -W --keep-going
95
96
- name: Upload artifact
97
- uses: actions/upload-pages-artifact@v2.0.0
+ uses: actions/upload-pages-artifact@v3.0.0
98
with:
99
path: build/docs
.github/workflows/deploy.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: sphinx-build -b html docs docs/build -W --keep-going
31
32
33
34
35
path: docs/build
36
0 commit comments