There was an error while loading. Please reload this page.
1 parent 38889cb commit 9fdc0b7Copy full SHA for 9fdc0b7
.github/workflows/ci.yml
@@ -24,13 +24,13 @@ jobs:
24
- name: Display Pip Versions
25
shell: bash -l {0}
26
run: pip list
27
- - name: Download "build" folder (cache)
28
- uses: dawidd6/action-download-artifact@v3
29
- with:
30
- workflow: cache.yml
31
- branch: main
32
- name: build-cache
33
- path: _build
+ # - name: Download "build" folder (cache)
+ # uses: dawidd6/action-download-artifact@v3
+ # with:
+ # workflow: cache.yml
+ # branch: main
+ # name: build-cache
+ # path: _build
34
# Build Assets (Download Notebooks and PDF via LaTeX)
35
- name: Build Download Notebooks (sphinx-tojupyter)
36
0 commit comments