We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a67379 commit ed5d11aCopy full SHA for ed5d11a
.travis.yml
@@ -99,6 +99,7 @@ jobs:
99
100
install:
101
- pip install awscli --upgrade --user
102
+ - npm ci
103
104
script:
105
- npm run doc-prepare
@@ -109,6 +110,8 @@ jobs:
109
110
111
- npm run doc-upload
112
skip_cleanup: true
113
+ on:
114
+ all_branches: true
115
116
after_deploy:
117
- npm run doc-cloudfront
@@ -132,6 +135,7 @@ jobs:
132
135
133
136
134
137
138
139
140
141
@@ -142,6 +146,8 @@ jobs:
142
146
143
147
144
148
149
150
145
151
152
153
0 commit comments