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