mealie/netlify.toml
2021-08-04 09:43:24 -08:00

8 lines
No EOL
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
"""