Skip to content

Commit 8a74a8c

Browse files
committed
Temporarily disable build cache for full preview build
1 parent f614acf commit 8a74a8c

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
@@ -44,13 +44,13 @@ jobs:
4444
- name: Display Pip Versions
4545
shell: bash -l {0}
4646
run: pip list
47-
- name: Download "build" folder (cache)
48-
uses: dawidd6/action-download-artifact@v11
49-
with:
50-
workflow: cache.yml
51-
branch: main
52-
name: build-cache
53-
path: _build
47+
# - name: Download "build" folder (cache)
48+
# uses: dawidd6/action-download-artifact@v11
49+
# with:
50+
# workflow: cache.yml
51+
# branch: main
52+
# name: build-cache
53+
# path: _build
5454
# Build Assets (Download Notebooks and PDF via LaTeX)
5555
- name: Build Download Notebooks (sphinx-tojupyter)
5656
shell: bash -l {0}

0 commit comments

Comments
 (0)