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:51:13 +09:00
parent 3fe8ef06d5
commit 8e53828e04
1 changed files with 1 additions and 1 deletions

View File

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