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 9d61b06 commit aa8ac0bCopy full SHA for aa8ac0b
.github/workflows/publish.yml
@@ -36,13 +36,14 @@ 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@v2
41
- # with:
42
- # workflow: cache.yml
43
- # branch: main
44
- # name: build-cache
45
- # path: _build
+ # Download Build Cache from cache.yml
+ - name: Download "build" folder (cache)
+ uses: dawidd6/action-download-artifact@v2
+ with:
+ workflow: cache.yml
+ branch: main
+ name: build-cache
46
+ path: _build
47
# Build Assets (Download Notebooks, PDF via LaTeX)
48
- name: Build PDF from LaTeX
49
0 commit comments