From 10d16f23a842b9bc3fd576eab29c8084dfc967af Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 25 Jul 2022 14:01:26 +0200 Subject: [PATCH] add ci --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fc1aba7..4d56f33 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ pipeline: update: image: alpine/git commands: - - git fetch --no-tags origin +refs/heads/master + - git fetch --no-tags origin +refs/heads/pages - git switch pages - git add public/* - git commit -m build