Skip to content

Commit dc24518

Browse files
committed
build fix
1 parent 4c4e356 commit dc24518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build the book
3434
run: |
3535
set -e
36-
jupyter-book build . --verbose
36+
jupyter-book build .
3737
3838
- name: Verify build output
3939
run: |

0 commit comments

Comments
 (0)