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 d1a7ebf commit 957b4f1Copy full SHA for 957b4f1
.github/workflows/ci.yml
@@ -40,13 +40,13 @@ jobs:
40
- name: Display Pip Versions
41
shell: bash -l {0}
42
run: pip list
43
- - name: Download "build" folder (cache)
44
- uses: dawidd6/action-download-artifact@v2
45
- with:
46
- workflow: cache.yml
47
- branch: main
48
- name: build-cache
49
- path: _build
+ # - name: Download "build" folder (cache)
+ # uses: dawidd6/action-download-artifact@v2
+ # with:
+ # workflow: cache.yml
+ # branch: main
+ # name: build-cache
+ # path: _build
50
# Build Assets (Download Notebooks and PDF via LaTeX)
51
- name: Build Download Notebooks (sphinx-tojupyter)
52
0 commit comments