From afb5da1ae99ec1e00112dd43b9dbeccc5cab8cdc Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sun, 8 Aug 2021 23:53:56 +0200 Subject: [PATCH] Trying a bit of debugging. --- ci/drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/drone.yml b/ci/drone.yml index 0b9f9e8..5fdb1c6 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -10,7 +10,9 @@ steps: - name: Build dev.ad5001.eu image: xdevbase/hugo-builder:latest commands: - - hugo + - ls themes/omegamma + - ls themes/omegamma/layouts/shortcodes + - hugo -b https://dev.ad5001.eu when: event: [ push, tag ] branch: [ main ]