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 8e6f55a commit da5a2beCopy full SHA for da5a2be
.github/workflows/ci.yml
@@ -33,13 +33,13 @@ jobs:
33
- name: Display Pip Versions
34
shell: bash -l {0}
35
run: pip list
36
- - name: Download "build" folder (cache)
37
- uses: dawidd6/action-download-artifact@v6
38
- with:
39
- workflow: cache.yml
40
- branch: main
41
- name: build-cache
42
- path: _build
+ # - name: Download "build" folder (cache)
+ # uses: dawidd6/action-download-artifact@v6
+ # with:
+ # workflow: cache.yml
+ # branch: main
+ # name: build-cache
+ # path: _build
43
# Build Assets (Download Notebooks and PDF via LaTeX)
44
- name: Build Download Notebooks (sphinx-tojupyter)
45
0 commit comments