diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..cbdf9c2 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,6 @@ +[build] +base = "docs/book/" +publish = "/book" + +[context.deploy-preview] +command = "make build"