Skip to content

Commit 65e336f

Browse files
committed
💚 Fix GitHub Workflow for uv
1 parent 9bbb8cb commit 65e336f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
uv pip install --group=docs
4040
- name: Build HTML and check links
4141
run: |
42-
make html
43-
make linkcheck
42+
uv run make html
43+
uv run make linkcheck
4444
working-directory: docs/

0 commit comments

Comments
 (0)