From 3546455cc1fcf0a19165fa0916493011b56d1271 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 24 Dec 2019 17:44:47 -0500 Subject: [PATCH] Fixed branch issue --- publish-from-actions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-from-actions.sh b/publish-from-actions.sh index 6cfe14e..a435fa9 100755 --- a/publish-from-actions.sh +++ b/publish-from-actions.sh @@ -88,4 +88,4 @@ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" echo `date` >> forcebuild.date git add -A git commit -m 'Deploy to GitHub Pages' -git push --force $REMOTE_REPO master:$REMOTE_BRANCH \ No newline at end of file +git push $REMOTE_REPO $REMOTE_BRANCH:$REMOTE_BRANCH \ No newline at end of file