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