commit 752c0e91d04aaae8193fccea899f4616b3a26177 parent 14a0569449cce0b60e0ca29a850bcde29d375679 Author: David Eisinger <[email protected]> Date: Wed, 14 Feb 2024 09:15:29 -0500 Update cache key Diffstat:
| M | .github/workflows/deploy.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: uses: actions/cache@v3 with: path: ${{ github.workspace }}/.cache - key: ${{ runner.os }}-hugo_cache + key: hugo_cache - name: Generate static site env: