Skip to content

Commit

Permalink
Merge pull request #9 from tawnyalee/patch-1
Browse files Browse the repository at this point in the history
Update deploy_book.yml
  • Loading branch information
firasm authored Apr 12, 2023
2 parents f18cd03 + 16391e2 commit 101612c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
deploy-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Install dependencies
- name: Set up Python 3.8
Expand All @@ -27,7 +27,7 @@ jobs:
python-version: 3.8

- name: cache installation
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.txt') }}
Expand Down

0 comments on commit 101612c

Please sign in to comment.