mirror of
https://github.com/vinta/awesome-python
synced 2024-11-14 15:57:15 +00:00
17 lines
235 B
YAML
17 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
|