1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00
mkdocs-material/netlify.toml

7 lines
89 B
TOML
Raw Normal View History

2020-03-06 14:32:53 +01:00
[build]
publish = "site"
command = """
pip install mkdocs-minify-plugin
mkdocs build
"""