From ef39fdb8b5530fea2e5bada45b57650ec376381f Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 12 Nov 2022 11:40:26 -0300 Subject: [PATCH] Fix more bugs --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1435d52..57ca031 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,8 +4,8 @@ pipeline: commands: - 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 master - - git restore --source pages -- install.sh + - git switch pages + - git restore --source master -- install.sh - mv install.sh index.html - rm -f install.sh - if [ -z "$(git status --porcelain)" ]; then exit 0; fi