Skip to content

Commit 2d85ed6

Browse files
committed
Revert "tmp: disable build cache"
This reverts commit da5a2be.
1 parent 1db32aa commit 2d85ed6

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

0 commit comments

Comments
 (0)