korhonen.cc/.woodpecker.yml
Marko Korhonen 7bdd8253d3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Update toha theme to v4
2024-01-26 22:28:35 +02:00

12 lines
260 B
YAML

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