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