mirror of
https://github.com/elyby/docs.git
synced 2024-11-23 05:33:05 +05:30
Add travis-ci
This commit is contained in:
parent
8a16a1857e
commit
aa0f540191
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
language: python
|
||||||
|
python: 3.7
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user