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 c98d534 commit cf23b5dCopy full SHA for cf23b5d
.github/workflows/documentation.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: astral-sh/setup-uv@v5
16
- name: Sphinx build
17
run: |
18
- uv run sphinx-build doc _build
+ uv run sphinx-build -b html . _build
19
- name: Deploy to GitHub Pages
20
uses: peaceiris/actions-gh-pages@v3
21
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments