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