diff --git a/netlify.toml b/netlify.toml index f5790fc5fec74f..cc9ff90b21e95d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] - base = "Doc/" + base = "Doc" command = "make html" publish = "build/html" # Do not trigger netlify builds if docs were not changed.