Skip to content

Commit 7e8e8d8

Browse files
authored
Update deploy_book.yml
1 parent 0d65cf4 commit 7e8e8d8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/deploy_book.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,17 @@ jobs:
2525
uses: actions/setup-python@v2
2626
with:
2727
python-version: 3.8
28+
29+
- name: cache installation
30+
uses: actions/cache@v2
31+
with:
32+
path: ${{ env.pythonLocation }}
33+
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.txt') }}
2834

2935
- name: Install dependencies
3036
run: |
3137
pip install -r requirements.txt
38+
3239
# Build the book
3340
- name: Build the book
3441
run: |

0 commit comments

Comments
 (0)