remove hugo cache

pull/355/head
Septs 2022-02-12 17:21:11 +08:00
parent 776e6345c7
commit ab04b62274
No known key found for this signature in database
GPG Key ID: 6EC3B9D7E6EE828F
2 changed files with 0 additions and 12 deletions

View File

@ -25,12 +25,6 @@ jobs:
with:
hugo-version: latest
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`
run: hugo --minify
- name: Deploy `mtf.wiki`

View File

@ -23,11 +23,5 @@ jobs:
with:
hugo-version: latest
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
run: hugo --minify