diff --git a/ci/drone.yml b/ci/drone.yml index ca1920f..04bbf2d 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -25,8 +25,6 @@ steps: - name: Build dev.ad5001.eu image: xdevbase/hugo-builder:latest commands: - - ls themes/omegamma - - ls themes/omegamma/layouts/shortcodes - hugo -b https://dev.ad5001.eu when: event: [ push, tag ] @@ -49,10 +47,9 @@ steps: branch: [ main ] - name: Build ad5001.eu - image: plugins/hugo - settings: - hugo_version: 0.80 - validate: true + image: xdevbase/hugo-builder:latest + commands: + - hugo -b https://ad5001.eu when: event: [ push, tag ] branch: [ prod ] diff --git a/themes/omegamma b/themes/omegamma index cf25bd9..5e72906 160000 --- a/themes/omegamma +++ b/themes/omegamma @@ -1 +1 @@ -Subproject commit cf25bd95fb2d9448939d58966a62225b82911cc0 +Subproject commit 5e72906101b9aa8b80966690d844581897c3d0e0