Skip to content

Commit 4315321

Browse files
committed
remove artifact upload
1 parent e70994e commit 4315321

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ jobs:
7171
shell: bash -l {0}
7272
run: |
7373
jb build lectures --path-output ./ -nW --keep-going
74-
- name: Upload Build Folder
75-
uses: actions/upload-artifact@v4
76-
if: failure()
77-
with:
78-
name: build-assets
79-
path: _build/
8074
- name: Upload Execution Reports (HTML)
8175
uses: actions/upload-artifact@v4
8276
if: failure()

0 commit comments

Comments
 (0)