Skip to content

Commit 431007f

Browse files
committed
chore: trying deploy pages in travis
1 parent 2c57366 commit 431007f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ script:
2323
- yarn
2424
- yarn build
2525

26-
#deploy:
27-
# provider: pages
28-
# skip_cleanup: true
29-
# token: $GH_TOKEN
30-
# keep_history: true
31-
# on:
32-
# branch: refactoring
26+
deploy:
27+
provider: pages
28+
skip_cleanup: true
29+
token: $GH_TOKEN
30+
keep_history: true
31+
on:
32+
branch: refactoring
3333

3434
after_success:
3535
- yarn semantic-release

0 commit comments

Comments
 (0)