korhonen.cc/.woodpecker.yml
Marko Korhonen 835a1fe896
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Revert back to old theme for now because issues
2023-12-10 14:09:35 +02:00

14 lines
285 B
YAML

steps:
submodules:
image: alpine/git
commands:
- git submodule update --init --recursive
build:
image: klakegg/hugo:ext-asciidoctor-ci
commands:
- rm -r /korhonen.cc/*
- hugo -d /korhonen.cc
volumes:
- /var/www/korhonen.cc:/korhonen.cc