diff --git a/run.sh b/run.sh index c19247e..d131d52 100644 --- a/run.sh +++ b/run.sh @@ -23,10 +23,10 @@ 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 checkout --orphan -f pages git rm -rf . else - git checkout pages + git checkout -f pages fi if ! [ -d "$1" ]; then