Skip to content

Commit e6ce915

Browse files
Increase build log verbosity further
1 parent 68718c4 commit e6ce915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: google-github-actions/setup-gcloud@v2
2929

3030
- name: Build jupyter book
31-
run: jb build docs --warningiserror --keep-going -v # set doc to fail on any sphinx warning
31+
run: jb build docs --warningiserror --keep-going -vvv # set doc to fail on any sphinx warning
3232
- uses: actions/upload-artifact@v2
3333
if: always()
3434
with:

0 commit comments

Comments
 (0)