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