diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 000000000000..0b3c42a1eec2 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,7 @@ +[build] +publish = "docs/site/" +command = """ +pip3 install mkdocs-material && +cd docs && +mkdocs build +""" \ No newline at end of file