korhonen.cc/.woodpecker.yml
Marko Korhonen 9fab21384d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix syntax highlighting, static dir and add back header template
2024-01-27 18:36:05 +02:00

11 lines
268 B
YAML

steps:
build:
image: klakegg/hugo:ext-asciidoctor-ci
commands:
- hugo mod tidy
- hugo mod npm pack
- npm install
- hugo --gc --cleanDestinationDir --enableGitInfo -d /korhonen.cc
volumes:
- /var/www/korhonen.cc:/korhonen.cc