Skip to content

Commit df19580

Browse files
authored
Merge pull request #40 from kthcloud/Phillezi-patch-1
Update hugo.yml
2 parents f90d109 + 8c3f435 commit df19580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
HUGO_ENVIRONMENT: production
5555
HUGO_ENV: production
5656
run: |
57-
hugo \
57+
cd hugo && hugo \
58+
--gc \
5859
--minify
5960
# --baseURL "${{ steps.pages.outputs.base_url }}/"
6061
- name: Upload artifact

0 commit comments

Comments
 (0)