We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431007f commit e5142e2Copy full SHA for e5142e2
.travis.yml
@@ -21,7 +21,7 @@ script:
21
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then yarn gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
22
- cd example
23
- yarn
24
- - yarn build
+ - yarn deploy
25
26
deploy:
27
provider: pages
example/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-tooltip-example",
3
- "homepage": "https://github.com/wwayne/react-tooltip",
+ "homepage": "https://wwayne.github.io/react-tooltip/",
4
"version": "1.0.0",
5
"license": "MIT",
6
"dependencies": {
0 commit comments