We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b6111 + e46d027 commit 4459391Copy full SHA for 4459391
.github/workflows/build-docs.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Sphinx Build
24
run: sphinx-build -n -W --keep-going -b html -d _build/doctrees . _build/html
25
26
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
27
with:
28
name: DocumentationHTML
29
path: "_build/html"
0 commit comments