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 155c103 commit bcc117bCopy full SHA for bcc117b
1 file changed
.github/workflows/ci.yml
@@ -39,14 +39,13 @@ jobs:
39
- name: Display Pip Versions
40
shell: bash -l {0}
41
run: pip list
42
- # TEMPORARILY DISABLED FOR TESTING CHANGELOG FEATURE
43
- # - name: Download "build" folder (cache)
44
- # uses: dawidd6/action-download-artifact@v11
45
- # with:
46
- # workflow: cache.yml
47
- # branch: main
48
- # name: build-cache
49
- # path: _build
+ - name: Download "build" folder (cache)
+ uses: dawidd6/action-download-artifact@v11
+ with:
+ workflow: cache.yml
+ branch: main
+ name: build-cache
+ path: _build
50
# Build Assets (Download Notebooks and PDF via LaTeX)
51
- name: Build PDF from LaTeX
52
0 commit comments