Update cache key

This commit is contained in:
David Eisinger
2024-02-14 09:15:29 -05:00
parent 14a0569449
commit 752c0e91d0

View File

@@ -39,7 +39,7 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: ${{ github.workspace }}/.cache path: ${{ github.workspace }}/.cache
key: ${{ runner.os }}-hugo_cache key: hugo_cache
- name: Generate static site - name: Generate static site
env: env: