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 ab5572f commit 249a75eCopy full SHA for 249a75e
.github/workflows/cache.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build HTML
40
shell: bash -l {0}
41
run: |
42
- jb build lectures --path-output ./ -W --keep-going
+ jb build lectures --path-output ./ --keep-going
43
- name: Upload Execution Reports (HTML)
44
uses: actions/upload-artifact@v4
45
if: failure()
0 commit comments