This commit is contained in:
parent
f332c066a8
commit
9697bf6b39
|
@ -1,5 +1,8 @@
|
||||||
steps:
|
steps:
|
||||||
build:
|
- name: build and deploy
|
||||||
|
when:
|
||||||
|
- branch: main
|
||||||
|
event: push
|
||||||
image: 'myhugo:0.3'
|
image: 'myhugo:0.3'
|
||||||
commands:
|
commands:
|
||||||
- 'hugo'
|
- 'hugo'
|
||||||
|
|
Loading…
Reference in a new issue