We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a636186 commit b1b1826Copy full SHA for b1b1826
.github/workflows/ci.yml
@@ -43,13 +43,13 @@ jobs:
43
- name: Display Pip Versions
44
shell: bash -l {0}
45
run: pip list
46
- - name: Download "build" folder (cache)
47
- uses: dawidd6/action-download-artifact@v9
48
- with:
49
- workflow: cache.yml
50
- branch: main
51
- name: build-cache
52
- path: _build
+ # - name: Download "build" folder (cache)
+ # uses: dawidd6/action-download-artifact@v9
+ # with:
+ # workflow: cache.yml
+ # branch: main
+ # name: build-cache
+ # path: _build
53
# Build Assets (Download Notebooks and PDF via LaTeX)
54
- name: Build Download Notebooks (sphinx-tojupyter)
55
0 commit comments