From 23febb86fb50bc12c61549c5d21a8e80ffc977ed Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Mon, 30 Jul 2018 17:17:08 -0400 Subject: [PATCH] feat(book): deploy to gh-pages --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 953cfee..dc9fd4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,3 +66,11 @@ deploy: branch: master condition: $DEPLOY = 1 tags: true + + provider: pages + skip-cleanup: true + github-token: $GITHUB_TOKEN + local-dir: docs/book + keep-history: false + on: + branch: master