diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 000000000..097d5df10 --- /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