Skip to content

Commit d93d0d1

Browse files
committed
Revert "tmp: disable build cache"
This reverts commit 3543206.
1 parent 3543206 commit d93d0d1

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