diff --git a/docs/netlify.toml b/docs/netlify.toml index 391633b6f3..0a797829e8 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -1,3 +1,6 @@ [build] publish = "public" command = "npm install && npm run build" +[build] +# Force rebuild! Change this to 0 for ignoring it + ignore = "return 1"