docs: Remove Hugo --gc flag

This flag should be used on local.
It is wasteful to use the Garbage Collection on CI.
This commit is contained in:
peaceiris 2019-10-24 21:46:41 +09:00
parent 8076e77c01
commit cd78101d9c
1 changed files with 1 additions and 1 deletions

View File

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