From 0fac810b5bdc0a6b113b9c53f0eb7e1c49cd781c Mon Sep 17 00:00:00 2001 From: Louis Lacoste Date: Wed, 3 Apr 2024 15:55:17 +0200 Subject: [PATCH] Replacing deprecated pipeline by steps --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 83b28bb..64a79a4 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -6,7 +6,7 @@ clone: recursive: true branch: master -pipeline: +steps: build: image: klakegg/hugo:ext-alpine-ci