1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-18 20:59:41 +02:00
mealie/netlify.toml

8 lines
161 B
TOML
Raw Normal View History

[build]
publish = "docs/site/"
command = """
2021-08-04 09:51:28 -08:00
pip3 install -q poetry &&
2021-08-04 10:00:11 -08:00
poetry config virtualenvs.in-project true &&
poetry install &&
poetry run mkdocs build
"""