Skip to content

Commit 7dfa223

Browse files
committed
fix: Use uvx
1 parent cf3e65e commit 7dfa223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Build documentations
4242
run: |
43-
uv run --group dev jupyter-book build doc
43+
uvx --with notebook jupyter-book build doc
4444
4545
# Upload the book's HTML as an artifact
4646
- name: Upload artifact

0 commit comments

Comments
 (0)