docs/.travis.yml

21 lines
270 B
YAML
Raw Normal View History

2020-04-10 19:02:58 +05:30
os: linux
dist: xenial
2019-02-22 20:28:49 +05:30
language: python
2019-02-22 20:51:11 +05:30
cache: pip
2019-02-22 20:28:49 +05:30
install:
- pip install -r requirements.txt
script:
- sphinx-build source build
deploy:
provider: pages
2020-04-10 19:02:58 +05:30
strategy: git
skip_cleanup: true
local_dir: ./build
token: $GITHUB_TOKEN
2019-02-22 20:28:49 +05:30
on:
branch: master