Skip to content

Commit 93f5e67

Browse files
committed
tmp: disable build cache
1 parent 0adf748 commit 93f5e67

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
name: build-cache
2929
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)