mealie/netlify.toml

8 lines
161 B
TOML
Raw Normal View History

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