Skip to content

Commit 298c026

Browse files
authored
Update publish.yml
1 parent c05f09b commit 298c026

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,7 @@ jobs:
5353
- name: Build HTML
5454
shell: bash -l {0}
5555
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
56+
jb build lectures --path-output ./
6357
- name: Deploy website to gh-pages
6458
uses: peaceiris/actions-gh-pages@v3
6559
with:

0 commit comments

Comments
 (0)