Fixed branch issue

This commit is contained in:
Kasra Bigdeli 2019-12-24 17:44:47 -05:00
parent 87a849f94a
commit 3546455cc1
1 changed files with 1 additions and 1 deletions

View File

@ -88,4 +88,4 @@ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
echo `date` >> forcebuild.date echo `date` >> forcebuild.date
git add -A git add -A
git commit -m 'Deploy to GitHub Pages' git commit -m 'Deploy to GitHub Pages'
git push --force $REMOTE_REPO master:$REMOTE_BRANCH git push $REMOTE_REPO $REMOTE_BRANCH:$REMOTE_BRANCH