This commit is contained in:
parent
bd62c64b7a
commit
afb5da1ae9
1 changed files with 3 additions and 1 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in a new issue