diff --git a/.woodpecker.yml b/.woodpecker.yml index 57ca031..7726371 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ pipeline: build: image: alpine/git commands: + - git fetch --no-tags origin +refs/heads/pages - git config --local user.name "$(git log --format=%an | head -n 1)" - git config --local user.email "$(git log --format=%ae | head -n 1)" - git switch pages