minify files during build step (#3)
This commit is contained in:
parent
cc7884e367
commit
507e1e2c3d
|
@ -16,7 +16,7 @@ jobs:
|
|||
pip install awscli
|
||||
|
||||
# build with hugo
|
||||
- run: HUGO_ENV=production hugo -v
|
||||
- run: HUGO_ENV=production hugo -v --minify
|
||||
- run:
|
||||
name: Test generated HTML files
|
||||
command: |
|
||||
|
|
Loading…
Reference in a new issue