docs: update Hugo v0.58.3

This commit is contained in:
peaceiris 2019-09-21 10:16:48 +09:00
parent 9b13716361
commit 20d7df5901

View file

@ -47,7 +47,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2.1.0 uses: peaceiris/actions-hugo@v2.1.0
with: with:
hugo-version: '0.58.2' hugo-version: '0.58.3'
- name: Build - name: Build
run: hugo --gc --minify --cleanDestinationDir run: hugo --gc --minify --cleanDestinationDir
@ -70,7 +70,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2.1.0 uses: peaceiris/actions-hugo@v2.1.0
with: with:
hugo-version: '0.58.2' hugo-version: '0.58.3'
extended: true extended: true
``` ```