diff --git a/netlify.toml b/netlify.toml index 74be7fb..a78eaf7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] base = "." - publish = "./demo/output" - command = "make all" + publish = "./docs/output" + command = "cd docs && make deploy"