mirror of
https://github.com/libretro/docs.git
synced 2024-11-27 10:40:28 +00:00
9 lines
120 B
YAML
9 lines
120 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- pip install mkdocs
|
|
- pip install mkdocs-material
|
|
script:
|
|
- ./deploy
|