Skip to content

Commit 453a2c4

Browse files
Build docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 36b0281 commit 453a2c4

File tree

3 files changed

+209
-96
lines changed

3 files changed

+209
-96
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,15 @@ node_js: node
33
branches:
44
only:
55
- master
6+
script:
7+
- npm run build
8+
- npm run test
9+
- npm run build:doc
10+
deploy:
11+
provider: pages
12+
skip-cleanup: true
13+
github-token: $GITHUB_TOKEN
14+
keep-history: true
15+
local-dir: dist/doc
16+
on:
17+
tags: true

0 commit comments

Comments
 (0)