mealie/netlify.toml
2022-02-08 09:24:55 -09:00

7 lines
105 B
TOML

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