Skip to content

Commit 64f909d

Browse files
committed
update build
1 parent b0ab132 commit 64f909d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ before_deploy:
1515
- yarn build-storybook
1616

1717
deploy:
18+
strategy: git
1819
provider: pages
19-
skip-cleanup: true
20-
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
20+
cleanup: true
21+
token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
2122
local_dir: storybook-static
2223
on:
2324
branch: master

0 commit comments

Comments
 (0)