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 a962a11 commit a21ca23Copy full SHA for a21ca23
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
shell: bash -l {0}
65
run: |
66
rm -r _build/.doctrees
67
- jb build lectures --path-output ./
+ jb build lectures --path-output ./ -W --keep-going
68
- name: Upload Execution Reports (HTML)
69
uses: actions/upload-artifact@v2
70
if: failure()
0 commit comments