Minimifiying HTML content.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2021-09-02 15:49:36 +02:00
parent 60424b9c56
commit 731c3b1cc4
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ steps:
- name: Build dev.ad5001.eu
image: xdevbase/hugo-builder:latest
commands:
- hugo --config ci/dev.config.yml
- hugo --config ci/dev.config.yml --minify
when:
event: [push, tag]
branch: [main]
@ -72,7 +72,7 @@ steps:
- name: Build ad5001.eu
image: xdevbase/hugo-builder:latest
commands:
- hugo
- hugo --minify
when:
event: [push, tag]
branch: [prod]