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.
2 parents b5571f8 + d813045 commit d66b389Copy full SHA for d66b389
.github/workflows/deploy-book.yml
@@ -141,7 +141,7 @@ jobs:
141
name: Cache virtualenv
142
uses: actions/cache@v4
143
with:
144
- key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}-week${{ env.WEEK }}
+ key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}-week${{ env.WEEK }}-${{ github.repository }}
145
path: .venv
146
147
- if: ${{ steps.cache-html.outputs.cache-hit != 'true' }}
0 commit comments