Skip to content

Commit 155c103

Browse files
committed
Temporarily disable build cache to test changelog feature
1 parent 040c6a0 commit 155c103

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ jobs:
3939
- name: Display Pip Versions
4040
shell: bash -l {0}
4141
run: pip list
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
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
4950
# Build Assets (Download Notebooks and PDF via LaTeX)
5051
- name: Build PDF from LaTeX
5152
shell: bash -l {0}

0 commit comments

Comments
 (0)