This commit is contained in:
@ -12,8 +12,7 @@ jobs:
|
|||||||
- uses: peaceiris/actions-hugo@v3
|
- uses: peaceiris/actions-hugo@v3
|
||||||
with:
|
with:
|
||||||
extended: true
|
extended: true
|
||||||
- name: Cache Resources
|
- uses: actions/cache@v4
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
with:
|
||||||
path: ${{ env.HUGO_CACHEDIR }}
|
path: ${{ env.HUGO_CACHEDIR }}
|
||||||
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
|
||||||
|
Reference in New Issue
Block a user