Skip to content

Commit 0598a1c

Browse files
committed
refactor: github page for example
1 parent 5ff3f62 commit 0598a1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ script:
1717
- yarn build
1818
- git config --global user.name "Travis CI"
1919
- git config --global user.email "aron.helser@kitware.com"
20-
- export GIT_PUBLISH_URL=https://${GH_TOKEN}@github.com/wwayne/react-tooltip.git
21-
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then yarn gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
2220
- cd example
2321
- yarn
2422
- yarn build
@@ -30,7 +28,7 @@ deploy:
3028
token: $GH_TOKEN
3129
keep_history: true
3230
on:
33-
branch: refactoring
31+
branch: master
3432

3533
after_success:
3634
- yarn semantic-release

0 commit comments

Comments
 (0)