Skip to content

Commit 664aff5

Browse files
committed
enable a full build
1 parent 3a17e21 commit 664aff5

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
@@ -20,13 +20,13 @@ jobs:
2020
- name: Display Pip Versions
2121
shell: bash -l {0}
2222
run: pip list
23-
- name: Download "build" folder (cache)
24-
uses: dawidd6/action-download-artifact@v2
25-
with:
26-
workflow: cache.yml
27-
branch: main
28-
name: build-cache
29-
path: _build
23+
# - name: Download "build" folder (cache)
24+
# uses: dawidd6/action-download-artifact@v2
25+
# with:
26+
# workflow: cache.yml
27+
# branch: main
28+
# name: build-cache
29+
# path: _build
3030
# Build Assets (Download Notebooks and PDF via LaTeX)
3131
- name: Build Download Notebooks (sphinx-tojupyter)
3232
shell: bash -l {0}

0 commit comments

Comments
 (0)