Skip to content

Commit

Permalink
docs: Remove Hugo --gc flag
Browse files Browse the repository at this point in the history
This flag should be used on local.
It is wasteful to use the Garbage Collection on CI.
  • Loading branch information
peaceiris committed Oct 24, 2019
1 parent 8076e77 commit cd78101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd78101

Please sign in to comment.