Skip to content

Commit 8285f4e

Browse files
committed
Revert "tmp: disable build cache"
This reverts commit f18500e.
1 parent f18500e commit 8285f4e

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
@@ -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@v9
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@v9
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 Download Notebooks (sphinx-tojupyter)
4646
shell: bash -l {0}

0 commit comments

Comments
 (0)