mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
6 lines
130 B
YAML
6 lines
130 B
YAML
# image: squidfunk/mkdocs-material
|
|
tasks:
|
|
- init: pip install -r requirements.txt
|
|
ports:
|
|
- port: 8000
|
|
onOpen: open-preview |