mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Merge pull request #98 from pi-hole/feature/travis-ci
Update .travis.yml
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user