Skip to content

Commit bcc117b

Browse files
committed
Revert "Temporarily disable build cache to test changelog feature"
This reverts commit 155c103.
1 parent 155c103 commit bcc117b

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,13 @@ jobs:
3939
- name: Display Pip Versions
4040
shell: bash -l {0}
4141
run: pip list
42-
# TEMPORARILY DISABLED FOR TESTING CHANGELOG FEATURE
43-
# - name: Download "build" folder (cache)
44-
# uses: dawidd6/action-download-artifact@v11
45-
# with:
46-
# workflow: cache.yml
47-
# branch: main
48-
# name: build-cache
49-
# path: _build
42+
- name: Download "build" folder (cache)
43+
uses: dawidd6/action-download-artifact@v11
44+
with:
45+
workflow: cache.yml
46+
branch: main
47+
name: build-cache
48+
path: _build
5049
# Build Assets (Download Notebooks and PDF via LaTeX)
5150
- name: Build PDF from LaTeX
5251
shell: bash -l {0}

0 commit comments

Comments
 (0)