minify files during build step (#3)

This commit is contained in:
Alejandro Angulo 2020-07-18 13:52:44 -07:00 committed by GitHub
parent cc7884e367
commit 507e1e2c3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |