mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 05:09:40 +02:00
8 lines
No EOL
169 B
TOML
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
|
|
""" |