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 3a17e21 commit 664aff5Copy full SHA for 664aff5
.github/workflows/ci.yml
@@ -20,13 +20,13 @@ jobs:
20
- name: Display Pip Versions
21
shell: bash -l {0}
22
run: pip list
23
- - name: Download "build" folder (cache)
24
- uses: dawidd6/action-download-artifact@v2
25
- with:
26
- workflow: cache.yml
27
- branch: main
28
- name: build-cache
29
- path: _build
+ # - name: Download "build" folder (cache)
+ # uses: dawidd6/action-download-artifact@v2
+ # with:
+ # workflow: cache.yml
+ # branch: main
+ # name: build-cache
+ # path: _build
30
# Build Assets (Download Notebooks and PDF via LaTeX)
31
- name: Build Download Notebooks (sphinx-tojupyter)
32
0 commit comments