Skip to content

Commit aa8ac0b

Browse files
committed
GA: Enable cache in publish pathway for quicker builds
1 parent 9d61b06 commit aa8ac0b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ jobs:
3636
- name: Display Pip Versions
3737
shell: bash -l {0}
3838
run: pip list
39-
# - name: Download "build" folder (cache)
40-
# uses: dawidd6/action-download-artifact@v2
41-
# with:
42-
# workflow: cache.yml
43-
# branch: main
44-
# name: build-cache
45-
# path: _build
39+
# Download Build Cache from cache.yml
40+
- name: Download "build" folder (cache)
41+
uses: dawidd6/action-download-artifact@v2
42+
with:
43+
workflow: cache.yml
44+
branch: main
45+
name: build-cache
46+
path: _build
4647
# Build Assets (Download Notebooks, PDF via LaTeX)
4748
- name: Build PDF from LaTeX
4849
shell: bash -l {0}

0 commit comments

Comments
 (0)