mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-12 05:15:18 -05:00
10 lines
262 B
TOML
10 lines
262 B
TOML
[build]
|
|
publish = "docs/site/"
|
|
command = """
|
|
restore_home_cache ".cache" "pip cache" &&
|
|
restore_cwd_cache '.venv' 'python virtualenv' &&
|
|
pip3 install -q poetry &&
|
|
poetry config settings.virtualenvs.in-project true &&
|
|
poetry install &&
|
|
poetry run mkdocs build
|
|
""" |