We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a10e62 commit b4395cbCopy full SHA for b4395cb
.github/workflows/ci.yml
@@ -20,13 +20,13 @@ jobs:
20
- name: Display Pip Versions
21
shell: bash -l {0}
22
run: pip list
23
- - name: Download "build" folder (cache)
24
- uses: dawidd6/action-download-artifact@v6
25
- with:
26
- workflow: cache.yml
27
- branch: main
28
- name: build-cache
29
- path: _build
+ # - name: Download "build" folder (cache)
+ # uses: dawidd6/action-download-artifact@v6
+ # with:
+ # workflow: cache.yml
+ # branch: main
+ # name: build-cache
+ # path: _build
30
# Build Assets (Download Notebooks and PDF via LaTeX)
31
- name: Build Download Notebooks (sphinx-tojupyter)
32
0 commit comments