Skip to content

Commit

Permalink
fix(ci): git push update remote (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell authored Apr 11, 2019
1 parent 7d19af9 commit 3a7a58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- yarn travis-deploy-once "yarn semantic-release"
skip_cleanup: true
after_deploy:
- git push --force "https://${GH_TOKEN}@${GH_REPO}" $(git subtree split --prefix demo master):gh-pages
- git push --force "https://${GH_TOKEN}@github.com/${GH_REPO}.git" $(git subtree split --prefix demo master):gh-pages

0 comments on commit 3a7a58c

Please sign in to comment.