Skip to content

Commit ed5d11a

Browse files
committed
[doc-ci] dep & deploy fix
1 parent 8a67379 commit ed5d11a

File tree

3 files changed

+1541
-7
lines changed

3 files changed

+1541
-7
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999

100100
install:
101101
- pip install awscli --upgrade --user
102+
- npm ci
102103

103104
script:
104105
- npm run doc-prepare
@@ -109,6 +110,8 @@ jobs:
109110
script:
110111
- npm run doc-upload
111112
skip_cleanup: true
113+
on:
114+
all_branches: true
112115

113116
after_deploy:
114117
- npm run doc-cloudfront
@@ -132,6 +135,7 @@ jobs:
132135

133136
install:
134137
- pip install awscli --upgrade --user
138+
- npm ci
135139

136140
script:
137141
- npm run doc-prepare
@@ -142,6 +146,8 @@ jobs:
142146
script:
143147
- npm run doc-upload
144148
skip_cleanup: true
149+
on:
150+
all_branches: true
145151

146152
after_deploy:
147153
- npm run doc-cloudfront

0 commit comments

Comments
 (0)