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