Skip to content

Commit c321048

Browse files
committed
Add cache to github actions
1 parent d305fa1 commit c321048

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
# if you have config:
3131
# execute:
3232
# execute_notebooks: cache
33-
# - name: cache executed notebooks
34-
# uses: actions/cache@v4
35-
# with:
36-
# path: _build/.jupyter_cache
37-
# key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}
33+
- name: cache executed notebooks
34+
uses: actions/cache@v4
35+
with:
36+
path: _build/.jupyter_cache
37+
key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}
3838

3939
# Build the book
4040
- name: Build the book

0 commit comments

Comments
 (0)