We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68718c4 commit e6ce915Copy full SHA for e6ce915
.github/workflows/publish-docs.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: google-github-actions/setup-gcloud@v2
29
30
- name: Build jupyter book
31
- run: jb build docs --warningiserror --keep-going -v # set doc to fail on any sphinx warning
+ run: jb build docs --warningiserror --keep-going -vvv # set doc to fail on any sphinx warning
32
- uses: actions/upload-artifact@v2
33
if: always()
34
with:
0 commit comments