Skip to content

Commit d66b389

Browse files
Merge pull request #40 from TeachBooks/bug/repo-name-change
Include repo name in venv cache key
2 parents b5571f8 + d813045 commit d66b389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
name: Cache virtualenv
142142
uses: actions/cache@v4
143143
with:
144-
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}-week${{ env.WEEK }}
144+
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}-week${{ env.WEEK }}-${{ github.repository }}
145145
path: .venv
146146

147147
- if: ${{ steps.cache-html.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)