1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 05:09:40 +02:00
mealie/netlify.toml
2021-08-04 09:45:16 -08:00

8 lines
No EOL
169 B
TOML

[build]
publish = "docs/site/"
command = """
pip install -q poetry &&
poetry config settings.virtualenvs.in-project true &&
poetry install &&
poetry run mkdocs build
"""