Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit d0754d4

Browse files
authored
docs(*) fix deploy on commit
1 parent 32b7924 commit d0754d4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ after_success:
2727

2828
deploy:
2929
skip_cleanup: true
30-
provider: "script"
31-
script: "bash ./deploy-docs.sh"
32-
on:
33-
all_branches: true
34-
# on:
35-
# tags: true
36-
provider: npm
37-
38-
api_key:
39-
secure: AUjI1lAZofXXFN2/CH497TN1hqm+fAUXKJCBjxmd0xiSrNUgMZqjg96g5R6OU11+zFRwcuvIWKvBcjiozSbej5zaU2Eh6amrJN+cM4cfLf4ljAdnHPGs4divlFchbqX1ThNQsLfC/dZZCVBo4oOvTz8l2L3LLwOYZkngQ0DoiHE=
40-
on:
41-
tags: true
30+
- provider: "script"
31+
script: "bash ./deploy-docs.sh"
32+
on:
33+
all_branches: true
34+
# on:
35+
# tags: true
36+
- provider: npm
37+
38+
api_key:
39+
secure: AUjI1lAZofXXFN2/CH497TN1hqm+fAUXKJCBjxmd0xiSrNUgMZqjg96g5R6OU11+zFRwcuvIWKvBcjiozSbej5zaU2Eh6amrJN+cM4cfLf4ljAdnHPGs4divlFchbqX1ThNQsLfC/dZZCVBo4oOvTz8l2L3LLwOYZkngQ0DoiHE=
40+
on:
41+
tags: true
4242
sudo: false
4343

4444
git:

0 commit comments

Comments
 (0)