Skip to content

Commit ae4d7d0

Browse files
committed
do not minifi pages
1 parent 5272e53 commit ae4d7d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/hugo.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
extended: true # LoveIt theme requires extended version (SCSS)
3636

3737
- name: Build with Hugo
38-
run: hugo --minify
38+
run: |
39+
rm -rf public
40+
hugo --environment production --buildDrafts=false
3941
4042
- name: Upload artifact
4143
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)