two-torial/.travis.yml
2023-08-30 17:14:11 +02:00

18 lines
270 B
YAML

language: python
python: 3.6.7
install:
- pip install -r requirements.txt
script:
- mkdocs build --verbose --clean --strict
deploy:
provider: pages
skip_cleanup: true
github_token: $github_token
local_dir: site
on:
branch: master