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