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 ]