edit CI
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
leafee98 2024-07-09 00:31:08 +08:00
parent f332c066a8
commit 9697bf6b39

View file

@ -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'