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:
parent
de20d673dd
commit
63380891be
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user