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

Revert temporary cache invalidation

This commit is contained in:
squidfunk 2020-02-14 09:23:52 +01:00
parent de20d673dd
commit 63380891be

View File

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