From 6af971768f7caffb926e6ef7fbe5c0e00c8b925b Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 8 Feb 2022 09:24:55 -0900 Subject: [PATCH] add netlify build for docs --- netlify.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 netlify.toml 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