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 9356b8d commit 5ff3f62Copy full SHA for 5ff3f62
.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 deploy
+ - yarn build
25
26
deploy:
27
provider: pages
0 commit comments