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