Skip to content

Commit

Permalink
馃懛 Tweak cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jun 26, 2023
1 parent 379ac00 commit 035a7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: changes-cache
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-python-docs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements-docs.txt') }}-v03
key: ${{ runner.os }}-python-docs-langs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements-docs.txt') }}-v01
- name: Install docs extras
if: steps.changes-cache.outputs.cache-hit != 'true'
run: pip install -r requirements-docs.txt
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
id: build-cache
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-python-docs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements-docs.txt') }}-v03
key: ${{ runner.os }}-python-docs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements-docs.txt') }}-v04
- name: Install docs extras
if: steps.build-cache.outputs.cache-hit != 'true'
run: pip install -r requirements-docs.txt
Expand Down

0 comments on commit 035a7a4

Please sign in to comment.