mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 15:40:15 +01:00
Temporarily kill cache on GitHub workflow
This commit is contained in:
parent
8d2ea6c65f
commit
de20d673dd
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -88,9 +88,9 @@ jobs:
|
|||||||
id: cache-python
|
id: cache-python
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/pip
|
path: ~/.cache/pip
|
||||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
key: ${{ runner.os }}-pip-x${{ hashFiles('**/requirements.txt') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-x
|
||||||
|
|
||||||
- if: steps.cache-python.outputs.cache-hit != 'true'
|
- if: steps.cache-python.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user