Fixed branch issue
This commit is contained in:
parent
87a849f94a
commit
3546455cc1
|
|
@ -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
|
||||||
Loading…
Reference in New Issue