From b6b56b783ab89db442fbf90e739777197ae6f94a Mon Sep 17 00:00:00 2001 From: Shaun Hoffer Date: Wed, 14 Aug 2024 13:23:02 -0400 Subject: [PATCH] fix 1 for workflow --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index da3bcc8..7bf4623 100644 --- a/run.sh +++ b/run.sh @@ -20,6 +20,8 @@ git config --global user.email "support@ttnrtsite.me" git config --global user.name "TTGit Automation Bot" git config --global --add --bool push.autoSetupRemote true +git fetch + if ! git ls-remote --exit-code --heads origin pages; then git checkout --orphan pages git rm -rf .