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 8014cbe commit 75f3044Copy full SHA for 75f3044
.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@v11
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@v11
+ 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