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 256b3d8 commit 18ceacaCopy full SHA for 18ceaca
.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@v2
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@v2
+ # with:
+ # workflow: cache.yml
+ # branch: main
+ # name: build-cache
+ # path: _build
45
# Build Assets (Download Notebooks and PDF via LaTeX)
46
- name: Build PDF from LaTeX
47
0 commit comments