Update cache key
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user