fix(ci): indent issue...

pull/2/head
Coelacanthus 2020-10-30 23:52:48 +08:00
parent cbb9da2b8b
commit b3a5d19774
1 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@ jobs:
extended: true
- uses: actions/cache@v2
with:
path: /tmp/hugo_cache
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-hugomod-
path: /tmp/hugo_cache
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-hugomod-
- name: Build
run: hugo --gc --minify --cleanDestinationDir