Try to get netlify working
This commit is contained in:
parent
c3e3772d3f
commit
33598e568d
|
|
@ -0,0 +1,6 @@
|
|||
[build]
|
||||
publish = "site"
|
||||
command = """
|
||||
pip install mkdocs-minify-plugin
|
||||
mkdocs build
|
||||
"""
|
||||
Loading…
Reference in New Issue