Skip to content

Commit 24646c2

Browse files
committed
⚡ do not save docs
1 parent 91f6a1c commit 24646c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
run: |
3636
cd docs
3737
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/
38+
# - name: save artifacts
39+
# uses: actions/upload-artifact@v4
40+
# with:
41+
# name: Sphinx_${{ matrix.python-version }}
42+
# path: docs/_build/

0 commit comments

Comments
 (0)