We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab10a9f + 4459391 commit c5704f1Copy full SHA for c5704f1
.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