1 parent 4c4e356 commit dc24518Copy full SHA for dc24518
1 file changed
.github/workflows/deploy-book.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build the book
34
run: |
35
set -e
36
- jupyter-book build . --verbose
+ jupyter-book build .
37
38
- name: Verify build output
39
0 commit comments