ci: Fix path of cache

This commit is contained in:
Michael Currin
2020-10-17 17:24:30 +02:00
parent 8601582a74
commit 76e04dde8e

View File

@@ -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 }}-