mkdocs-material/netlify.toml

7 lines
89 B
TOML

[build]
publish = "site"
command = """
pip install mkdocs-minify-plugin
mkdocs build
"""