Skip to content

Commit 18ceaca

Browse files
committed
TMP: remove cache
1 parent 256b3d8 commit 18ceaca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
- name: Display Pip Versions
3636
shell: bash -l {0}
3737
run: pip list
38-
- name: Download "build" folder (cache)
39-
uses: dawidd6/action-download-artifact@v2
40-
with:
41-
workflow: cache.yml
42-
branch: main
43-
name: build-cache
44-
path: _build
38+
# - name: Download "build" folder (cache)
39+
# uses: dawidd6/action-download-artifact@v2
40+
# with:
41+
# workflow: cache.yml
42+
# branch: main
43+
# name: build-cache
44+
# path: _build
4545
# Build Assets (Download Notebooks and PDF via LaTeX)
4646
- name: Build PDF from LaTeX
4747
shell: bash -l {0}

0 commit comments

Comments
 (0)