Skip to content

Commit d41cca9

Browse files
committed
tmp: disable build cahce
1 parent c5b94d0 commit d41cca9

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
@@ -34,13 +34,13 @@ jobs:
3434
- name: Display Pip Versions
3535
shell: bash -l {0}
3636
run: pip list
37-
- name: Download "build" folder (cache)
38-
uses: dawidd6/action-download-artifact@v11
39-
with:
40-
workflow: cache.yml
41-
branch: main
42-
name: build-cache
43-
path: _build
37+
# - name: Download "build" folder (cache)
38+
# uses: dawidd6/action-download-artifact@v11
39+
# with:
40+
# workflow: cache.yml
41+
# branch: main
42+
# name: build-cache
43+
# path: _build
4444
# Build Assets (Download Notebooks and PDF via LaTeX)
4545
- name: Build PDF from LaTeX
4646
shell: bash -l {0}

0 commit comments

Comments
 (0)