Skip to content

Commit 06e078a

Browse files
committed
tmp: disable build cache
1 parent 93f5e67 commit 06e078a

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ 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@v8
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@v8
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)
31-
# - name: Build Download Notebooks (sphinx-tojupyter)
32-
# shell: bash -l {0}
33-
# run: |
34-
# jb build lectures -n -W --keep-going --path-output ./ --builder=custom --custom-builder=jupyter
35-
# mkdir -p _build/html/_notebooks
36-
# cp -u _build/jupyter/*.ipynb _build/html/_notebooks
31+
- name: Build Download Notebooks (sphinx-tojupyter)
32+
shell: bash -l {0}
33+
run: |
34+
jb build lectures -n -W --keep-going --path-output ./ --builder=custom --custom-builder=jupyter
35+
mkdir -p _build/html/_notebooks
36+
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
3737
- name: Upload Execution Reports (Download Notebooks)
3838
uses: actions/upload-artifact@v4
3939
if: failure()

0 commit comments

Comments
 (0)