fix: syntax
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
SauravDhakal
2026-04-03 22:26:33 +05:45
parent c50baca85a
commit ab36028ccf

View File

@@ -1,4 +1,8 @@
# Test
when:
event: push
branch: master
steps:
build:
image: hugomods/hugo:latest
@@ -6,6 +10,3 @@ steps:
- hugo --minify --destination /site/public
volumes:
- /home/saurav/site:/site # writes directly to where Caddy serves from
when:
event: push
branch: master