Skip to content

Commit b32b506

Browse files
committed
Update documentation.yml
1 parent 7ecfeb2 commit b32b506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: astral-sh/setup-uv@v6
1616
- name: Sphinx build
1717
run: |
18-
sphinx-build docs docs/_build
18+
uv run sphinx-build docs docs/_build
1919
- name: Deploy to GitHub Pages
2020
uses: peaceiris/actions-gh-pages@v4
2121
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)