From 97eab3f8c2df81248e88a4c8ae0537d3ce27a959 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 2 Sep 2020 16:18:19 -0600 Subject: [PATCH] Update sphinx_build_deploy.yml fix for hashfiles in caching --- .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 85e0a58..7c73330 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-