docs: update workflow example, enhance build step

This commit is contained in:
peaceiris 2019-10-14 21:57:26 +09:00
parent 79ff7701be
commit 9582ca51e5
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
# extended: true
- name: Build
run: hugo --gc --minify --cleanDestinationDir
run: hugo --gc --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v2.5.0