mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-15 07:26:03 +00:00
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
language: python
|
||||
install:
|
||||
- pip install mkdocs-material markdown-include
|
||||
script:
|
||||
- mkdocs build --verbose --clean
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
local_dir: site
|
||||
on:
|
||||
branch: master
|
||||
Reference in New Issue
Block a user