Merge pull request #98 from pi-hole/feature/travis-ci

Update .travis.yml
This commit is contained in:
Mark Drobnak
2019-02-28 22:07:52 -05:00
committed by GitHub
+3 -2
View File
@@ -5,10 +5,11 @@ script:
- mkdocs build --verbose --clean
deploy:
provider: pages
keep-history: true
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: site
name: $BOT_NAME
email: $BOT_EMAIL
committer-from-gh: true
verbose: true
on:
branch: master