mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 13:06:43 +00:00
🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (#4466)
This commit is contained in:
parent
85518bc58b
commit
3de0fb82bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: ${{ env.pythonLocation }}
|
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
|
- name: Install Flit
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: python3.7 -m pip install flit
|
run: python3.7 -m pip install flit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue