We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent 7429173 commit 44e4d37Copy full SHA for 44e4d37
1 file changed
.github/workflows/build.yml
@@ -36,9 +36,3 @@ jobs:
36
37
- name: Build documentation with Sphinx
38
run: sphinx-build -b html docs build/html -W --keep-going
39
-
40
- - name: Upload documentation as artifact
41
- uses: actions/upload-artifact@v4.6.2
42
- with:
43
- name: html
44
- path: build/html
0 commit comments