diff --git a/.woodpecker.yml b/.woodpecker.yml index 41b7402..fc1aba7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,8 +5,8 @@ pipeline: update: image: alpine/git commands: - - git branch --set-upstream-to=origin/master master - - git checkout pages + - git fetch --no-tags origin +refs/heads/master + - git switch pages - git add public/* - git commit -m build