mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
7 lines
89 B
TOML
7 lines
89 B
TOML
|
[build]
|
||
|
publish = "site"
|
||
|
command = """
|
||
|
pip install mkdocs-minify-plugin
|
||
|
mkdocs build
|
||
|
"""
|