Skip to content

Commit c46cd60

Browse files
authored
⚡ only run docs for one python version, save only once (#44)
- could be not saved at at...
1 parent 66c1b58 commit c46cd60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
17+
python-version: ["3.11"]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python ${{ matrix.python-version }}
@@ -36,7 +36,7 @@ jobs:
3636
cd docs
3737
sphinx-build -n --keep-going -b html ./ ./_build/
3838
- name: save artifacts
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: Sphinx_${{ matrix.python-version }}
4242
path: docs/_build/

0 commit comments

Comments
 (0)