We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5faa7b0 commit fb38c55Copy full SHA for fb38c55
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
shell: bash -l {0}
62
run: |
63
rm -r _build/.doctrees
64
- jb build lectures --path-output ./
+ jb build lectures --path-output ./ -nW --keep-going
65
- name: Save Build as Artifact
66
uses: actions/upload-artifact@v1
67
with:
0 commit comments