Skip to content

Commit b4439d4

Browse files
authored
Merge pull request #145 from stanford-centaur/build/ci
fix: Use uvx
2 parents 0d2b870 + 7dfa223 commit b4439d4

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)