8 lines
204 B
YAML
8 lines
204 B
YAML
steps:
|
|
build:
|
|
image: hugomods/hugo:latest
|
|
commands:
|
|
- hugo --minify --destination /site/public
|
|
volumes:
|
|
- /home/saurav/site:/site # writes directly to where Caddy serves from
|