Skip to content

Commit e5fd334

Browse files
committed
ci(travis): fix deploy script
1 parent b7ae261 commit e5fd334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deploy:
1616
provider: pages
1717
skip_cleanup: true
1818
github_token: $GH_TOKEN
19-
local_dir: ./site/build
19+
local_dir: ./example/build
2020
on:
2121
branch: master
2222
branches:

0 commit comments

Comments
 (0)