docs/.travis.yml
2019-02-22 18:21:11 +03:00

18 lines
238 B
YAML

language: python
cache: pip
install:
- pip install -r requirements.txt
script:
- sphinx-build source build
deploy:
provider: pages
skip-cleanup: true
local-dir: ./build
github-token: $GITHUB_TOKEN
on:
branch: master