Browse Source
🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (#4466)
pull/4468/head
Sebastián Ramírez
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/build-docs.yml
|
@ -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 |
|
|