From 08aceefa76c6b33008747fa12e9c825ce97d8459 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 2 Sep 2020 16:20:39 -0600 Subject: [PATCH] Update sphinx_build_deploy.yml fix for proper parenthesis in hashFiles cache line --- .github/workflows/sphinx_build_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx_build_deploy.yml b/.github/workflows/sphinx_build_deploy.yml index 7c73330..502561a 100644 --- a/.github/workflows/sphinx_build_deploy.yml +++ b/.github/workflows/sphinx_build_deploy.yml @@ -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-