We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3543206 commit d93d0d1Copy full SHA for d93d0d1
.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@v6
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@v6
+ 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