Update sphinx_build_deploy.yml

fix for hashfiles in caching
This commit is contained in:
srcarter3 2020-09-02 16:18:19 -06:00 committed by GitHub
parent e27ea3fe49
commit 97eab3f8c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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