Skip to content

Commit 32d3a1e

Browse files
committed
re-enable build cache
1 parent 533fee9 commit 32d3a1e

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)