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