Skip to content

Commit dd80446

Browse files
Merge pull request #50 from qec-codes/sphinx-documentation
ci: update GitHub Actions workflow to use uv for Sphinx build command
2 parents a6ac8f5 + 5ddc4d8 commit dd80446

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)