From e556cf0ce01de6626b2da2599cfa89401107731c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 25 Jul 2022 13:52:00 +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..41b7402 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ pipeline: update: image: alpine/git commands: - - git pull + - git branch --set-upstream-to=origin/master master - git checkout pages - git add public/* - git commit -m build