docs: update Hugo workflow example, enhance build step

This commit is contained in:
peaceiris 2019-10-14 22:03:59 +09:00
parent e60d374041
commit 7f7794a793

View File

@ -127,7 +127,7 @@ jobs:
hugo-version: '0.58.3' hugo-version: '0.58.3'
- name: Build - name: Build
run: hugo --gc --minify --cleanDestinationDir run: hugo --gc --minify
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v2.5.0 uses: peaceiris/actions-gh-pages@v2.5.0