fix 1 for workflow

This commit is contained in:
Shaun Hoffer 2024-08-14 13:23:02 -04:00
parent 9f77ebe01e
commit b6b56b783a

2
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 .