Skip to content

Commit fb38c55

Browse files
committed
re-enable build failures on warnings
1 parent 5faa7b0 commit fb38c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shell: bash -l {0}
6262
run: |
6363
rm -r _build/.doctrees
64-
jb build lectures --path-output ./
64+
jb build lectures --path-output ./ -nW --keep-going
6565
- name: Save Build as Artifact
6666
uses: actions/upload-artifact@v1
6767
with:

0 commit comments

Comments
 (0)