From 2e9c353143719ee50e87d6589f9c0bf14b55191d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 25 Jul 2022 13:45:11 +0200 Subject: [PATCH] add ci --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3c05442..5f25b3f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: image: alpine/git commands: - git pull - - git checkout pages + - git switch pages - git add public/* - git commit -m build