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

8 lines
169 B
TOML
Raw Normal View History

[build]
publish = "docs/site/"
command = """
2021-08-04 09:45:16 -08:00
pip install -q poetry &&
poetry config settings.virtualenvs.in-project true &&
poetry install &&
poetry run mkdocs build
"""