Skip to content

Commit cca804f

Browse files
committed
[CI] enable cache from publish workflow
1 parent b96d517 commit cca804f

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

0 commit comments

Comments
 (0)