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 d84c39f commit 747dc51Copy full SHA for 747dc51
.github/workflows/ci-publish-pages.yml
@@ -25,6 +25,7 @@ jobs:
25
python -m pip install poetry
26
- name: Render
27
run: |
28
+ poetry install --all-extras
29
poetry run sphinx-build doc/source doc/build
30
- name: Deploy
31
uses: peaceiris/actions-gh-pages@v3
0 commit comments