1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Temporarily kill cache on GitHub workflow

This commit is contained in:
squidfunk 2020-02-14 08:54:12 +01:00
parent 8d2ea6c65f
commit de20d673dd

View File

@ -88,9 +88,9 @@ jobs:
id: cache-python
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-pip-x${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
${{ runner.os }}-pip-x
- if: steps.cache-python.outputs.cache-hit != 'true'
run: |