Skip to content

Commit 7a09aae

Browse files
committed
tmp: disable build cache for full build
1 parent b863095 commit 7a09aae

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
@@ -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@v2
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@v2
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)