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 9b9282d commit 74b9ae8Copy full SHA for 74b9ae8
.github/workflows/docs.yml
@@ -35,8 +35,8 @@ jobs:
35
run: |
36
cd docs
37
sphinx-build -n --keep-going -b html ./ ./_build/
38
- - name: save artifacts
39
- uses: actions/upload-artifact@v4
40
- with:
41
- name: Sphinx_${{ matrix.python-version }}
42
- path: docs/_build/
+ # - name: save artifacts
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: Sphinx_${{ matrix.python-version }}
+ # path: docs/_build/
0 commit comments