Skip to content

Commit cd78101

Browse files
committed
docs: Remove Hugo --gc flag
This flag should be used on local. It is wasteful to use the Garbage Collection on CI.
1 parent 8076e77 commit cd78101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
hugo-version: '0.58.3'
128128
129129
- name: Build
130-
run: hugo --gc --minify
130+
run: hugo --minify
131131
132132
- name: Deploy
133133
uses: peaceiris/[email protected]

0 commit comments

Comments
 (0)