remove hugo cache
parent
776e6345c7
commit
ab04b62274
|
@ -25,12 +25,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
hugo-version: latest
|
hugo-version: latest
|
||||||
extended: true
|
extended: true
|
||||||
- name: Hugo Cache
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: /tmp/hugo_cache
|
|
||||||
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
|
|
||||||
restore-keys: ${{ runner.os }}-hugomod-
|
|
||||||
- name: Build `mtf.wiki`
|
- name: Build `mtf.wiki`
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
- name: Deploy `mtf.wiki`
|
- name: Deploy `mtf.wiki`
|
||||||
|
|
|
@ -23,11 +23,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
hugo-version: latest
|
hugo-version: latest
|
||||||
extended: true
|
extended: true
|
||||||
- name: Hugo Cache
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: /tmp/hugo_cache
|
|
||||||
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
|
|
||||||
restore-keys: ${{ runner.os }}-hugomod-
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
Loading…
Reference in New Issue