We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533fee9 commit 32d3a1eCopy full SHA for 32d3a1e
.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