Skip to content

Commit 5e44020

Browse files
committed
re-enablele build cache from 404
1 parent fe62655 commit 5e44020

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@v2
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@v2
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)