Minimifiying HTML content.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
60424b9c56
commit
731c3b1cc4
2 changed files with 5 additions and 5 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue