1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-24 06:50:17 +01:00
bemani-guide/.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