Trying a bit of debugging.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Ad5001 2021-08-08 23:53:56 +02:00
parent bd62c64b7a
commit afb5da1ae9
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ steps:
- name: Build dev.ad5001.eu - name: Build dev.ad5001.eu
image: xdevbase/hugo-builder:latest image: xdevbase/hugo-builder:latest
commands: commands:
- hugo - ls themes/omegamma
- ls themes/omegamma/layouts/shortcodes
- hugo -b https://dev.ad5001.eu
when: when:
event: [ push, tag ] event: [ push, tag ]
branch: [ main ] branch: [ main ]