1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00
Files
geek-cookbook/.gitpod.yml
David Young 0b7632400d Simplify gitpod setup
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2021-10-14 13:30:55 +13:00

6 lines
121 B
YAML

tasks:
- init: pip install -r requirements.txt
- command: mkdocs serve
ports:
- port: 8000
onOpen: open-browser