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

Removed all restore keys due to problems with stale dependencies

This commit is contained in:
squidfunk 2020-02-15 11:08:20 +01:00
parent b883f212a7
commit c7c921faa8

View File

@ -46,10 +46,6 @@ jobs:
with: with:
path: node_modules path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- if: steps.cache-node.outputs.cache-hit != 'true' - if: steps.cache-node.outputs.cache-hit != 'true'
run: npm install run: npm install
@ -89,8 +85,6 @@ jobs:
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- if: steps.cache-python.outputs.cache-hit != 'true' - if: steps.cache-python.outputs.cache-hit != 'true'
run: pip install -r requirements.txt run: pip install -r requirements.txt