Skip to content

Commit 3db12ea

Browse files
committed
TMP: disable cache
1 parent 4c46d70 commit 3db12ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
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@v3
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@v3
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)