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 e47f96c commit 80fc1d6Copy full SHA for 80fc1d6
.github/workflows/ci.yml
@@ -47,13 +47,13 @@ jobs:
47
- name: Display Pip Versions
48
shell: bash -l {0}
49
run: pip list
50
- # - name: Download "build" folder (cache)
51
- # uses: dawidd6/action-download-artifact@v2
52
- # with:
53
- # workflow: cache.yml
54
- # branch: main
55
- # name: build-cache
56
- # path: _build
+ - name: Download "build" folder (cache)
+ uses: dawidd6/action-download-artifact@v2
+ with:
+ workflow: cache.yml
+ branch: main
+ name: build-cache
+ path: _build
57
# Build Assets (Download Notebooks and PDF via LaTeX)
58
- name: Build Download Notebooks (sphinx-tojupyter)
59
0 commit comments