🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (#4466)

This commit is contained in:
Sebastián Ramírez
2022-01-23 17:13:49 +01:00
committed by GitHub
parent 85518bc58b
commit 3de0fb82bf

View File

@@ -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