mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -04:00
7 lines
105 B
TOML
7 lines
105 B
TOML
[build]
|
|
publish = "docs/site/"
|
|
command = """
|
|
pip3 install mkdocs-material &&
|
|
cd docs &&
|
|
mkdocs build
|
|
""" |