Awesome-DevOps-copy/.travis.yml

19 lines
253 B
YAML
Raw Normal View History

2019-11-26 21:11:22 +01:00
anguage: python
python:
2020-04-09 01:15:24 +02:00
- "3.7"
2019-11-26 21:11:22 +01:00
script:
2019-11-26 23:03:43 +01:00
- cp README.md docs/index.md
- mkdocs build
# - invoke build
2019-11-26 21:11:22 +01:00
deploy:
provider: pages
local-dir: site
skip-cleanup: true
keep-history: true
github-token: $GITHUB_TOKEN
on:
branch: master