Skip to content

Commit 2850e5e

Browse files
committed
Enable cache for publish workflows
1 parent 7ac540e commit 2850e5e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
- name: Display Pip Versions
3939
shell: bash -l {0}
4040
run: pip list
41-
# - name: Download "build" folder (cache)
42-
# uses: dawidd6/action-download-artifact@v2
43-
# with:
44-
# workflow: cache.yml
45-
# branch: main
46-
# name: build-cache
47-
# path: _build
41+
- name: Download "build" folder (cache)
42+
uses: dawidd6/action-download-artifact@v2
43+
with:
44+
workflow: cache.yml
45+
branch: main
46+
name: build-cache
47+
path: _build
4848
# Build Assets (Download Notebooks and PDF via LaTeX)
4949
# - name: Build PDF from LaTeX
5050
# shell: bash -l {0}

0 commit comments

Comments
 (0)