From 4bae586e36eb612eb4d18c915b00fe2934eb1047 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sat, 29 Feb 2020 23:00:45 -0800 Subject: [PATCH] Add drone fix 11/?: make hugo generate verbose output --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1111226..ec6eb66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: build-live image: klakegg/hugo:ext-alpine commands: - - hugo -D --baseUrl "http://danilafe.com:8080" --destination /drone/src/build + - hugo -v -D --baseUrl "http://danilafe.com:8080" --destination /drone/src/build - pwd - ls -la . - name: upload-live