korhonen.cc/.woodpecker.yml
Marko Korhonen c94c68a167
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix GOROOT not being usable in hugo
2024-01-27 19:15:34 +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