From 92f862d9548bba6005b3329db554f6638b36a69a Mon Sep 17 00:00:00 2001 From: Feruzjon Muyassarov Date: Fri, 16 Sep 2022 00:37:20 +0300 Subject: [PATCH] Add netlify configuration file This patch adds netlify configuration file which includes steps needed to build the documentation as part of presubmit review process. Signed-off-by: Feruzjon Muyassarov --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000000..097d5df101 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +# Netlify settings +[build] + command = "cd docs/ && bundle install && jekyll build" + publish = "docs/_site/" \ No newline at end of file