Skip to content

Commit da5a2be

Browse files
committed
tmp: disable build cache
1 parent 8e6f55a commit da5a2be

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
@@ -33,13 +33,13 @@ jobs:
3333
- name: Display Pip Versions
3434
shell: bash -l {0}
3535
run: pip list
36-
- name: Download "build" folder (cache)
37-
uses: dawidd6/action-download-artifact@v6
38-
with:
39-
workflow: cache.yml
40-
branch: main
41-
name: build-cache
42-
path: _build
36+
# - name: Download "build" folder (cache)
37+
# uses: dawidd6/action-download-artifact@v6
38+
# with:
39+
# workflow: cache.yml
40+
# branch: main
41+
# name: build-cache
42+
# path: _build
4343
# Build Assets (Download Notebooks and PDF via LaTeX)
4444
- name: Build Download Notebooks (sphinx-tojupyter)
4545
shell: bash -l {0}

0 commit comments

Comments
 (0)