feat(book): deploy to gh-pages

master
Ashley Williams 7 years ago
parent 1489623d22
commit 23febb86fb
  1. 8
      .travis.yml

@ -66,3 +66,11 @@ deploy:
branch: master branch: master
condition: $DEPLOY = 1 condition: $DEPLOY = 1
tags: true tags: true
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: docs/book
keep-history: false
on:
branch: master

Loading…
Cancel
Save