We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ae9516 + 76641aa commit 668a3a2Copy full SHA for 668a3a2
.github/workflows/docs.yml
@@ -43,7 +43,7 @@ jobs:
43
run: poetry run sphinx-build -b html docs _build -EW --keep-going
44
- name: Upload artifact
45
if: github.ref == 'refs/heads/master'
46
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
47
with:
48
path: "_build"
49
deploy:
0 commit comments