Skip to content

Commit 249a75e

Browse files
committed
remove failure on Warnings (for now)
1 parent ab5572f commit 249a75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build HTML
4040
shell: bash -l {0}
4141
run: |
42-
jb build lectures --path-output ./ -W --keep-going
42+
jb build lectures --path-output ./ --keep-going
4343
- name: Upload Execution Reports (HTML)
4444
uses: actions/upload-artifact@v4
4545
if: failure()

0 commit comments

Comments
 (0)