From 802dc40bfe79f460a42e3ae1990664bcdde3d78b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 25 Jul 2022 13:46:20 +0200 Subject: [PATCH] add ci --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5f25b3f..e3dae81 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,8 +5,7 @@ pipeline: update: image: alpine/git commands: - - git pull - - git switch pages + - git pull origin pages - git add public/* - git commit -m build