Skip to content

Commit 69ba280

Browse files
committed
Re-enable build cache
1 parent 4d9f83b commit 69ba280

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
@@ -43,13 +43,13 @@ jobs:
4343
- name: Display Pip Versions
4444
shell: bash -l {0}
4545
run: pip list
46-
# - name: Download "build" folder (cache)
47-
# uses: dawidd6/action-download-artifact@v11
48-
# with:
49-
# workflow: cache.yml
50-
# branch: main
51-
# name: build-cache
52-
# path: _build
46+
- name: Download "build" folder (cache)
47+
uses: dawidd6/action-download-artifact@v11
48+
with:
49+
workflow: cache.yml
50+
branch: main
51+
name: build-cache
52+
path: _build
5353
# Build Assets (Download Notebooks and PDF via LaTeX)
5454
- name: Build Download Notebooks (sphinx-tojupyter)
5555
shell: bash -l {0}

0 commit comments

Comments
 (0)