Skip to content

Commit

Permalink
travis: Build docs to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jul 6, 2020
1 parent 3496735 commit 790597c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -34,3 +34,13 @@ jobs:
- npm run report-coverage
- npm run test:integration:else
- npm run report-coverage
- npm run docs:docco
- npm run docs:api
deploy:
- provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: docs
on:
branch: master

0 comments on commit 790597c

Please sign in to comment.