We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3e65e commit 7dfa223Copy full SHA for 7dfa223
1 file changed
.github/workflows/docs.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Build documentations
42
run: |
43
- uv run --group dev jupyter-book build doc
+ uvx --with notebook jupyter-book build doc
44
45
# Upload the book's HTML as an artifact
46
- name: Upload artifact
0 commit comments