mirror of https://github.com/tiangolo/fastapi.git
🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (#4466)
This commit is contained in:
parent
85518bc58b
commit
3de0fb82bf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue