Try to get netlify working

This commit is contained in:
squidfunk 2020-03-06 14:32:53 +01:00
parent c3e3772d3f
commit 33598e568d

6
netlify.toml Normal file
View File

@ -0,0 +1,6 @@
[build]
publish = "site"
command = """
pip install mkdocs-minify-plugin
mkdocs build
"""