Skip to content

Commit ba153db

Browse files
committed
fixed review comments in docs build/publish Action
1 parent 98a592a commit ba153db

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build-publish-documentation.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
github-pages:
1414
runs-on: ubuntu-latest
1515

16-
strategy:
17-
matrix:
18-
python-version: [ "3.10" ]
19-
2016
permissions:
2117
contents: write
2218

@@ -37,18 +33,18 @@ jobs:
3733
pipx install poetry
3834
pipx inject poetry poetry-dynamic-versioning
3935
40-
- name: Setup Python ${{ matrix.python-version }}
36+
- name: Setup Python
4137
uses: actions/[email protected]
4238
id: setup-python
4339
with:
44-
python-version: ${{ matrix.python-version }}
40+
python-version: '3.10'
4541
cache: 'poetry'
4642

4743
#----------------------------------------------
4844
# install dependencies
4945
#----------------------------------------------
5046
- name: Install dependencies
51-
run: poetry install --no-interaction --with docs --no-root --all-extras
47+
run: poetry install --no-interaction --no-root
5248

5349
- name: Configure git user
5450
run: |

0 commit comments

Comments
 (0)