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 6faa95f commit 69f68bcCopy full SHA for 69f68bc
.github/workflows/cache.yml
@@ -51,6 +51,12 @@ jobs:
51
shell: bash -l {0}
52
run: |
53
jb build lectures --path-output ./ -W --keep-going
54
+ - name: Upload Execution Reports
55
+ uses: actions/upload-artifact@v2
56
+ if: failure()
57
+ with:
58
+ name: execution-reports
59
+ path: _build/html/reports
60
- name: Upload "_build" folder (cache)
61
uses: actions/upload-artifact@v3
62
with:
0 commit comments