Skip to content

Commit 82ee1bf

Browse files
committed
TMP: build preview from recent merges
1 parent 677e00b commit 82ee1bf

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
@@ -36,13 +36,13 @@ 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@v11
41-
with:
42-
workflow: cache.yml
43-
branch: main
44-
name: build-cache
45-
path: _build
39+
# - name: Download "build" folder (cache)
40+
# uses: dawidd6/action-download-artifact@v11
41+
# with:
42+
# workflow: cache.yml
43+
# branch: main
44+
# name: build-cache
45+
# path: _build
4646
# Build Assets (Download Notebooks and PDF via LaTeX)
4747
- name: Build PDF from LaTeX
4848
shell: bash -l {0}

0 commit comments

Comments
 (0)