mirror of
https://github.com/elyby/docs.git
synced 2024-11-30 02:32:29 +05:30
16 lines
226 B
YAML
16 lines
226 B
YAML
|
language: python
|
||
|
|
||
|
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
|