Skip to content

Commit 914e11e

Browse files
committed
Revert "tmp: disable build cache"
This reverts commit c731a33.
1 parent c094f49 commit 914e11e

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

0 commit comments

Comments
 (0)