Modify `--minify` option order.
This commit is contained in:
parent
bdec22a19a
commit
20d9abf624
|
@ -12,7 +12,7 @@ steps:
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.69.0
|
image: cibuilds/hugo:0.69.0
|
||||||
commands:
|
commands:
|
||||||
- sudo hugo -e production -v -s --minify .
|
- sudo hugo -e production --minify -v -s .
|
||||||
|
|
||||||
- name: Compress-the-Assets
|
- name: Compress-the-Assets
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
@ -66,7 +66,7 @@ steps:
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.69.0
|
image: cibuilds/hugo:0.69.0
|
||||||
commands:
|
commands:
|
||||||
- sudo hugo -e staging -v -s --minify .
|
- sudo hugo -e staging --minify -v -s .
|
||||||
|
|
||||||
- name: Compress-the-Assets
|
- name: Compress-the-Assets
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|
Loading…
Reference in New Issue