Skip to content

Commit 50cbfbe

Browse files
committed
reinstate hardline error on warning for html build on CI
1 parent e5d34b4 commit 50cbfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
shell: bash -l {0}
6565
run: |
6666
rm -r _build/.doctrees
67-
jb build lectures --path-output ./
67+
jb build lectures --path-output ./ -nW --keep-going
6868
- name: Upload Execution Reports (HTML)
6969
uses: actions/upload-artifact@v2
7070
if: failure()

0 commit comments

Comments
 (0)