1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 05:09:40 +02:00
mealie/netlify.toml
2021-08-04 10:05:53 -08:00

7 lines
No EOL
105 B
TOML

[build]
publish = "docs/site/"
command = """
pip3 install mkdocs-material &&
cd docs &&
mkdocs build
"""