Skip to content

Commit 747dc51

Browse files
committed
Fix gh-pages deployment
poetry install was not called, thus sphinx was not present
1 parent d84c39f commit 747dc51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-publish-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
python -m pip install poetry
2626
- name: Render
2727
run: |
28+
poetry install --all-extras
2829
poetry run sphinx-build doc/source doc/build
2930
- name: Deploy
3031
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)