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 c05f09b commit 298c026Copy full SHA for 298c026
.github/workflows/publish.yml
@@ -53,13 +53,7 @@ jobs:
53
- name: Build HTML
54
shell: bash -l {0}
55
run: |
56
- jb build lectures --path-output ./ -W --keep-going
57
- - name: Upload Execution Reports
58
- uses: actions/upload-artifact@v2
59
- if: failure()
60
- with:
61
- name: execution-reports
62
- path: _build/html/reports
+ jb build lectures --path-output ./
63
- name: Deploy website to gh-pages
64
uses: peaceiris/actions-gh-pages@v3
65
with:
0 commit comments