From 0b1098f2f887f9825276b58f5d6fed054763ce08 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 12 Nov 2022 11:39:01 -0300 Subject: [PATCH] Fix typo --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d5d39f6..1435d52 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ pipeline: - 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 experiment -- install.sh + - git restore --source pages -- install.sh - mv install.sh index.html - rm -f install.sh - if [ -z "$(git status --porcelain)" ]; then exit 0; fi