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