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:
parent
3fe8ef06d5
commit
8e53828e04
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue