mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-06-11 09:55:18 +02:00
ci: Fix path of cache
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
${{ runner.os }}-
|
||||
|
||||
Reference in New Issue
Block a user