From f856565e5b50481f726c16b6cebb8ca52bdd60e6 Mon Sep 17 00:00:00 2001 From: Jeffrey Rooks Date: Mon, 15 Jan 2024 23:32:13 -0500 Subject: [PATCH] deploying --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index eebcb8f..1d05655 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,6 +7,6 @@ git add . git commit -m "deploying" # force the push of the gh-pages branch to the remote gh-pages branch at origin -git push -f origin/gh-pages +git push -f origin HEAD:gh-pages # delete the local temp because you will need it: ref git branch -D temp \ No newline at end of file