Skip to content

Commit e5142e2

Browse files
committed
refactor: changing url in travis example
1 parent 431007f commit e5142e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ script:
2121
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then yarn gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
2222
- cd example
2323
- yarn
24-
- yarn build
24+
- yarn deploy
2525

2626
deploy:
2727
provider: pages

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip-example",
3-
"homepage": "https://github.com/wwayne/react-tooltip",
3+
"homepage": "https://wwayne.github.io/react-tooltip/",
44
"version": "1.0.0",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)