1
0
mirror of https://github.com/vinta/awesome-python.git synced 2025-02-25 01:18:37 +00:00
2019-03-03 14:04:32 +05:30

18 lines
235 B
YAML

language: 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