mirror of
https://github.com/elyby/docs.git
synced 2024-11-23 05:33:05 +05:30
21 lines
270 B
YAML
21 lines
270 B
YAML
os: linux
|
|
dist: xenial
|
|
language: python
|
|
|
|
cache: pip
|
|
|
|
install:
|
|
- pip install -r requirements.txt
|
|
|
|
script:
|
|
- sphinx-build source build
|
|
|
|
deploy:
|
|
provider: pages
|
|
strategy: git
|
|
skip_cleanup: true
|
|
local_dir: ./build
|
|
token: $GITHUB_TOKEN
|
|
on:
|
|
branch: master
|