Skip to content

Commit 795beed

Browse files
committed
Revert "upload failure logs to github"
This reverts commit c9c02a5.
1 parent 94555ab commit 795beed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/cache.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
shell: bash -l {0}
3636
run: |
3737
jb build lectures --path-output ./ -W --keep-going
38-
- name: Upload Execution Reports
38+
- name: Upload "_build" folder (cache)
3939
uses: actions/upload-artifact@v2
40-
if: failure()
4140
with:
42-
name: execution-reports
43-
path: _build/html/reports
41+
name: build-cache
42+
path: _build

0 commit comments

Comments
 (0)