Fix CI with new theme
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Marko Korhonen 2023-12-10 13:38:14 +02:00
parent 60fb20fab0
commit f01249f6bc
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,13 +1,9 @@
steps:
submodules:
image: alpine/git
commands:
- git submodule update --init --recursive
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