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 proper parenthesis in hashFiles cache line
This commit is contained in:
parent
7a514c5211
commit
08aceefa76
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
|
||||
with:
|
||||
path: ${{ steps.pip-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles{'**/docs/requirements.txt') }}
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/docs/requirements.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue