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 36e6392 commit 359b2c3Copy full SHA for 359b2c3
.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
34
ref: ${{ github.event.push.tag || github.event.inputs.tag }}
35
- run: python -m pip install .[docs]
36
- run: python -m sphinx -W docs/ build/docs/
37
- - uses: actions/upload-pages-artifact@v2
+ - uses: actions/upload-pages-artifact@v3
38
with:
39
path: build/docs/
40
@@ -48,4 +48,4 @@ jobs:
48
runs-on: ubuntu-latest
49
if: ${{ github.event.push.tag || github.event.inputs.tag }}
50
steps:
51
- - uses: actions/deploy-pages@v2
+ - uses: actions/deploy-pages@v4
0 commit comments