Skip to content

Commit 4df75ea

Browse files
committed
Remove -W flag from CI build to allow warnings
- Changed from treating warnings as errors to allowing warnings - This enables preview builds to complete successfully - Kept -n (nitpick) and --keep-going flags for better error reporting
1 parent 19d0c77 commit 4df75ea

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
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build HTML
5959
shell: bash -l {0}
6060
run: |
61-
jb build lectures --path-output ./ -n -W --keep-going
61+
jb build lectures --path-output ./ -n --keep-going
6262
- name: Upload Execution Reports
6363
uses: actions/upload-artifact@v5
6464
if: failure()

0 commit comments

Comments
 (0)