We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe29da4 commit 78d7391Copy full SHA for 78d7391
.github/workflows/ci.yml
@@ -37,13 +37,13 @@ jobs:
37
- name: Display Pip Versions
38
shell: bash -l {0}
39
run: pip list
40
- - name: Download "build" folder (cache)
41
- uses: dawidd6/action-download-artifact@v7
42
- with:
43
- workflow: cache.yml
44
- branch: main
45
- name: build-cache
46
- path: _build
+ # - name: Download "build" folder (cache)
+ # uses: dawidd6/action-download-artifact@v7
+ # with:
+ # workflow: cache.yml
+ # branch: main
+ # name: build-cache
+ # path: _build
47
# Build Assets (Download Notebooks and PDF via LaTeX)
48
- name: Build PDF from LaTeX
49
0 commit comments