From f33656b30321b7bbea0561aba7d9bec943482636 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 9 Dec 2023 23:32:14 +0200 Subject: [PATCH] Fix woodpecker workflow --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 64e68e9..471e346 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,13 +1,13 @@ -pipeline: +steps: submodules: image: alpine/git commands: - - git submodule update --init --recursive + - git submodule update --init --recursive build: image: klakegg/hugo:ext-asciidoctor-ci commands: - - rm -r /korhonen.cc/* - - hugo -d /korhonen.cc + - rm -r /korhonen.cc/* + - hugo -d /korhonen.cc volumes: - - /var/www/korhonen.cc:/korhonen.cc + - /var/www/korhonen.cc:/korhonen.cc