Skip to content

Commit 78d7391

Browse files
committed
tmp: remove build cache
1 parent fe29da4 commit 78d7391

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
@@ -37,13 +37,13 @@ jobs:
3737
- name: Display Pip Versions
3838
shell: bash -l {0}
3939
run: pip list
40-
- name: Download "build" folder (cache)
41-
uses: dawidd6/action-download-artifact@v7
42-
with:
43-
workflow: cache.yml
44-
branch: main
45-
name: build-cache
46-
path: _build
40+
# - name: Download "build" folder (cache)
41+
# uses: dawidd6/action-download-artifact@v7
42+
# with:
43+
# workflow: cache.yml
44+
# branch: main
45+
# name: build-cache
46+
# path: _build
4747
# Build Assets (Download Notebooks and PDF via LaTeX)
4848
- name: Build PDF from LaTeX
4949
shell: bash -l {0}

0 commit comments

Comments
 (0)