Skip to content

Commit 1c9d119

Browse files
committed
[ci] install deps before deploying the documentation
1 parent 700e69b commit 1c9d119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103

104104
install:
105105
- pip install awscli --upgrade --user
106+
- npm ci
106107

107108
script:
108109
- npm run doc-prepare
@@ -135,6 +136,7 @@ jobs:
135136

136137
install:
137138
- pip install awscli --upgrade --user
139+
- npm ci
138140

139141
script:
140142
- npm run doc-prepare

0 commit comments

Comments
 (0)