Files
mealie/netlify.toml

8 lines
170 B
TOML
Raw Normal View History

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