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
"""