Skip to content

Commit

Permalink
Revert "tmp: disable build cache"
Browse files Browse the repository at this point in the history
This reverts commit ef12e7a.
  • Loading branch information
mmcky committed Dec 5, 2024
1 parent ef12e7a commit 5bc9b8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Display Pip Versions
shell: bash -l {0}
run: pip list
# - name: Download "build" folder (cache)
# uses: dawidd6/action-download-artifact@v3
# with:
# workflow: cache.yml
# branch: main
# name: build-cache
# path: _build
- name: Download "build" folder (cache)
uses: dawidd6/action-download-artifact@v3
with:
workflow: cache.yml
branch: main
name: build-cache
path: _build
# Build Assets (Download Notebooks and PDF via LaTeX)
- name: Build Download Notebooks (sphinx-tojupyter)
shell: bash -l {0}
Expand Down

0 comments on commit 5bc9b8c

Please sign in to comment.