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 c094f49 commit 914e11eCopy full SHA for 914e11e
.github/workflows/ci.yml
@@ -35,13 +35,13 @@ jobs:
35
- name: Display Pip Versions
36
shell: bash -l {0}
37
run: pip list
38
- # - name: Download "build" folder (cache)
39
- # uses: dawidd6/action-download-artifact@v11
40
- # with:
41
- # workflow: cache.yml
42
- # branch: main
43
- # name: build-cache
44
- # path: _build
+ - name: Download "build" folder (cache)
+ uses: dawidd6/action-download-artifact@v11
+ with:
+ workflow: cache.yml
+ branch: main
+ name: build-cache
+ path: _build
45
# Build Assets (Download Notebooks and PDF via LaTeX)
46
- name: Build Download Notebooks (sphinx-tojupyter)
47
0 commit comments