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 69ed338 commit c748632Copy full SHA for c748632
.github/workflows/build-docs.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
poetry run python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs docs/_build/html -n -W
46
47
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
48
name: Upload docs as artifact
49
with:
50
name: docs-html
0 commit comments