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 ec50e4c commit 3af6f28Copy full SHA for 3af6f28
.github/workflows/ci.yml
@@ -36,13 +36,13 @@ jobs:
36
- name: Display Pip Versions
37
shell: bash -l {0}
38
run: pip list
39
- # - name: Download "build" folder (cache)
40
- # uses: dawidd6/action-download-artifact@v11
41
- # with:
42
- # workflow: cache.yml
43
- # branch: main
44
- # name: build-cache
45
- # path: _build
+ - name: Download "build" folder (cache)
+ uses: dawidd6/action-download-artifact@v11
+ with:
+ workflow: cache.yml
+ branch: main
+ name: build-cache
+ path: _build
46
# Build Assets (Download Notebooks and PDF via LaTeX)
47
- name: Build PDF from LaTeX
48
0 commit comments