Update sphinx_build_deploy.yml

fix for proper parenthesis in hashFiles cache line
This commit is contained in:
srcarter3 2020-09-02 16:20:39 -06:00 committed by GitHub
parent 7a514c5211
commit 08aceefa76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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