Skip to content

Commit 51705ba

Browse files
committed
Fix docs workflow
1 parent 9e46da2 commit 51705ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Build Documentation
3030
run: |
3131
cd docs
32-
sphinx-build -b html -j auto -a -n -T -W --keep-going . _build/html
32+
uv run sphinx-build -b html -j auto -a -n -T -W --keep-going . _build/html

0 commit comments

Comments
 (0)