mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-15 12:28:57 -04:00
🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (#4466)
This commit is contained in:
committed by
GitHub
parent
85518bc58b
commit
3de0fb82bf
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user