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 e5142e2 commit 9356b8dCopy full SHA for 9356b8d
.travis.yml
@@ -21,10 +21,11 @@ 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 deploy
25
26
deploy:
27
provider: pages
28
+ local_dir: example/build
29
skip_cleanup: true
30
token: $GH_TOKEN
31
keep_history: true
0 commit comments