We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fdffd commit 94272e4Copy full SHA for 94272e4
.github/workflows/cache.yml
@@ -22,6 +22,12 @@ jobs:
22
shell: bash -l {0}
23
run: |
24
jb build lectures --path-output ./ -W --keep-going
25
+ - name: Upload Execution Reports (HTML)
26
+ uses: actions/upload-artifact@v2
27
+ if: failure()
28
+ with:
29
+ name: execution-reports
30
+ path: _build/html/reports
31
- name: Upload "_build" folder (cache)
32
uses: actions/upload-artifact@v2
33
with:
0 commit comments