From 498140d6a2c28fdacff7cc48a37da407f4715b11 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 12 Jul 2025 19:45:09 +0900 Subject: [PATCH] Modify `hugo` option to align with the latest options. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e990f6b..a0ce9ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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