From 20d9abf6245c9bb6cb072eb5afffe735c5fc2d79 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 18 Apr 2020 23:11:38 +0800 Subject: [PATCH] Modify `--minify` option order. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 33a6fc8..140630f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: hugo image: cibuilds/hugo:0.69.0 commands: - - sudo hugo -e production -v -s --minify . + - sudo hugo -e production --minify -v -s . - name: Compress-the-Assets image: alpine:3.9 @@ -66,7 +66,7 @@ steps: - name: hugo image: cibuilds/hugo:0.69.0 commands: - - sudo hugo -e staging -v -s --minify . + - sudo hugo -e staging --minify -v -s . - name: Compress-the-Assets image: alpine:3.9