korhonen.cc/.woodpecker.yml
Marko Korhonen f01249f6bc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix CI with new theme
2023-12-10 13:38:14 +02:00

10 lines
206 B
YAML

steps:
build:
image: klakegg/hugo:ext-asciidoctor-ci
commands:
- rm -r /korhonen.cc/*
- npm install
- hugo -d /korhonen.cc
volumes:
- /var/www/korhonen.cc:/korhonen.cc