mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Update sphinx_build_deploy.yml
fix for hashfiles in caching
This commit is contained in:
parent
e27ea3fe49
commit
97eab3f8c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sphinx_build_deploy.yml
vendored
2
.github/workflows/sphinx_build_deploy.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.pip-cache.outputs.dir }}
|
path: ${{ steps.pip-cache.outputs.dir }}
|
||||||
key: ${{ runner.os }}-pip-${{ hashFiles{'docs/requirements.txt') }}
|
key: ${{ runner.os }}-pip-${{ hashFiles{'**/docs/requirements.txt') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue