Skip to content

Commit 3af6f28

Browse files
committed
restore build cache:
1 parent ec50e4c commit 3af6f28

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

0 commit comments

Comments
 (0)