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 4d9f83b commit 69ba280Copy full SHA for 69ba280
.github/workflows/ci.yml
@@ -43,13 +43,13 @@ jobs:
43
- name: Display Pip Versions
44
shell: bash -l {0}
45
run: pip list
46
- # - name: Download "build" folder (cache)
47
- # uses: dawidd6/action-download-artifact@v11
48
- # with:
49
- # workflow: cache.yml
50
- # branch: main
51
- # name: build-cache
52
- # path: _build
+ - name: Download "build" folder (cache)
+ uses: dawidd6/action-download-artifact@v11
+ with:
+ workflow: cache.yml
+ branch: main
+ name: build-cache
+ path: _build
53
# Build Assets (Download Notebooks and PDF via LaTeX)
54
- name: Build Download Notebooks (sphinx-tojupyter)
55
0 commit comments