Skip to content

Commit 5ddc4d8

Browse files
ci: update GitHub Actions workflow to use uv for Sphinx build command
1 parent 161e14f commit 5ddc4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install the project
1616
run: uv sync
1717
- name: Build HTML
18-
run: sphinx-build -b html docs/source docs/_build/html
18+
run: uv run sphinx-build -b html docs/source docs/_build/html
1919
- name: Deploy to GitHub Pages
2020
uses: peaceiris/actions-gh-pages@v3
2121
with:

0 commit comments

Comments
 (0)