Skip to content

Commit

Permalink
Build docs
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Dec 18, 2019
1 parent 36b0281 commit 453a2c4
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 96 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@ node_js: node
branches:
only:
- master
script:
- npm run build
- npm run test
- npm run build:doc
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: dist/doc
on:
tags: true
Loading

0 comments on commit 453a2c4

Please sign in to comment.