anguage: python python: - "3.7" script: - cp README.md docs/index.md - mkdocs build # - invoke build deploy: provider: pages local-dir: site skip-cleanup: true keep-history: true github-token: $GITHUB_TOKEN on: branch: master