Skip to content

Commit 448bebf

Browse files
committed
Revert "tmp: disable build cache"
This reverts commit b4395cb.
1 parent b4395cb commit 448bebf

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
@@ -20,13 +20,13 @@ jobs:
2020
- name: Display Pip Versions
2121
shell: bash -l {0}
2222
run: pip list
23-
# - name: Download "build" folder (cache)
24-
# uses: dawidd6/action-download-artifact@v6
25-
# with:
26-
# workflow: cache.yml
27-
# branch: main
28-
# name: build-cache
29-
# path: _build
23+
- name: Download "build" folder (cache)
24+
uses: dawidd6/action-download-artifact@v6
25+
with:
26+
workflow: cache.yml
27+
branch: main
28+
name: build-cache
29+
path: _build
3030
# Build Assets (Download Notebooks and PDF via LaTeX)
3131
- name: Build Download Notebooks (sphinx-tojupyter)
3232
shell: bash -l {0}

0 commit comments

Comments
 (0)