mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
8 lines
170 B
TOML
8 lines
170 B
TOML
|
[build]
|
||
|
publish = "docs/site/"
|
||
|
command = """
|
||
|
pip3 install -q poetry &&
|
||
|
poetry config settings.virtualenvs.in-project true &&
|
||
|
poetry install &&
|
||
|
poetry run mkdocs build
|
||
|
"""
|