Modify hugo option to align with the latest options.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kazuhiro MUSASHI 2025-07-12 19:45:09 +09:00
parent ca54c3295b
commit 498140d6a2

View File

@ -25,7 +25,7 @@ steps:
- name: hugo
image: cibuilds/hugo:0.148.1
commands:
- sudo hugo -e production --minify -v -s .
- sudo hugo -e production --minify -s .
- name: Compress-the-Assets
image: alpine:3.9
@ -83,7 +83,7 @@ steps:
- name: hugo
image: cibuilds/hugo:0.148.1
commands:
- sudo hugo -e staging --minify -v -s .
- sudo hugo -e staging --minify -s .
- name: Compress-the-Assets
image: alpine:3.9