Skip to content

Commit 9356b8d

Browse files
committed
refactor: changing local dir in deploy travis
1 parent e5142e2 commit 9356b8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ 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 deploy
24+
# - yarn deploy
2525

2626
deploy:
2727
provider: pages
28+
local_dir: example/build
2829
skip_cleanup: true
2930
token: $GH_TOKEN
3031
keep_history: true

0 commit comments

Comments
 (0)