Modify hugo
option to align with the latest options.
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
ca54c3295b
commit
498140d6a2
@ -25,7 +25,7 @@ steps:
|
|||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.148.1
|
image: cibuilds/hugo:0.148.1
|
||||||
commands:
|
commands:
|
||||||
- sudo hugo -e production --minify -v -s .
|
- sudo hugo -e production --minify -s .
|
||||||
|
|
||||||
- name: Compress-the-Assets
|
- name: Compress-the-Assets
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
@ -83,7 +83,7 @@ steps:
|
|||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.148.1
|
image: cibuilds/hugo:0.148.1
|
||||||
commands:
|
commands:
|
||||||
- sudo hugo -e staging --minify -v -s .
|
- sudo hugo -e staging --minify -s .
|
||||||
|
|
||||||
- name: Compress-the-Assets
|
- name: Compress-the-Assets
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
Loading…
Reference in New Issue
Block a user