mirror of
https://github.com/wmariuss/awesome-devops.git
synced 2025-01-09 06:18:00 -05:00
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
|