Skip to content

Commit a6cd4f6

Browse files
committed
MAINT: update cache script to fail for execution error
1 parent 35c195b commit a6cd4f6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cache.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ jobs:
3434
- name: Build HTML
3535
shell: bash -l {0}
3636
run: |
37-
jb build lectures --path-output ./
37+
jb build lectures --path-output ./ -W --keep-going
38+
- name: Upload Execution Reports
39+
uses: actions/upload-artifact@v2
40+
if: failure()
41+
with:
42+
name: execution-reports
43+
path: _build/html/reports
3844
- name: Upload "_build" folder (cache)
3945
uses: actions/upload-artifact@v2
4046
with:

0 commit comments

Comments
 (0)