Skip to content

Commit

Permalink
🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (t…
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored and JeanArhancet committed Aug 20, 2022
1 parent d1a09e0 commit 32c0c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: cache
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-docs
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-docs-v2
- name: Install Flit
if: steps.cache.outputs.cache-hit != 'true'
run: python3.7 -m pip install flit
Expand Down

0 comments on commit 32c0c87

Please sign in to comment.