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 d305fa1 commit c321048Copy full SHA for c321048
1 file changed
.github/workflows/deploy.yml
@@ -30,11 +30,11 @@ jobs:
30
# if you have config:
31
# execute:
32
# 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') }}
+ - name: cache executed notebooks
+ uses: actions/cache@v4
+ with:
+ path: _build/.jupyter_cache
+ key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}
38
39
# Build the book
40
- name: Build the book
0 commit comments