We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecfeb2 commit b32b506Copy full SHA for b32b506
.github/workflows/documentation.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: astral-sh/setup-uv@v6
16
- name: Sphinx build
17
run: |
18
- sphinx-build docs docs/_build
+ uv run sphinx-build docs docs/_build
19
- name: Deploy to GitHub Pages
20
uses: peaceiris/actions-gh-pages@v4
21
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments