Skip to content

Commit 24bfea0

Browse files
authored
update build command in GitHub Actions workflow
Removed the --minify option from the hugo build command.
1 parent c63fbf8 commit 24bfea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: recursive
2424

2525
- name: Build
26-
run: hugo --minify
26+
run: hugo
2727

2828
- name: Upload Artifacts to GitHub
2929
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)