18 lines
234 B
YAML
18 lines
234 B
YAML
|
anguage: python
|
||
|
|
||
|
python:
|
||
|
- "3.6"
|
||
|
|
||
|
script:
|
||
|
- cp README.md docs/index.md
|
||
|
- mkdocs build
|
||
|
|
||
|
deploy:
|
||
|
provider: pages
|
||
|
local-dir: site
|
||
|
skip-cleanup: true
|
||
|
keep-history: true
|
||
|
github-token: $GITHUB_TOKEN
|
||
|
on:
|
||
|
branch: master
|