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 d68ab8e commit d3df14eCopy full SHA for d3df14e
.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@v11
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@v11
+ with:
+ workflow: cache.yml
+ branch: main
+ name: build-cache
+ path: _build
43
# TODO: enable pdf and download notebooks
44
# # Build Assets (Download Notebooks and PDF via LaTeX)
45
# - name: Build Download Notebooks (sphinx-tojupyter)
0 commit comments