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 b96d517 commit cca804fCopy full SHA for cca804f
.github/workflows/ci.yml
@@ -32,13 +32,13 @@ jobs:
32
- name: Display Pip Versions
33
shell: bash -l {0}
34
run: pip list
35
- # - name: Download "build" folder (cache)
36
- # uses: dawidd6/action-download-artifact@v2
37
- # with:
38
- # workflow: publish.yml
39
- # branch: main
40
- # name: build-cache
41
- # path: _build
+ - name: Download "build" folder (cache)
+ uses: dawidd6/action-download-artifact@v2
+ with:
+ workflow: publish.yml
+ branch: main
+ name: build-cache
+ path: _build
42
# Build Assets (Download Notebooks and PDF via LaTeX)
43
# - name: Build PDF from LaTeX
44
# shell: bash -l {0}
0 commit comments