korhonen.cc/.woodpecker.yml
Marko Korhonen cf7838e9ad
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Trying to fix CI build
2024-01-27 19:12:19 +02:00

13 lines
318 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
environment:
- GOROOT=/usr/local/lib/go