diff --git a/web/netlify.toml b/web/netlify.toml index 5199656c..eab4c793 100644 --- a/web/netlify.toml +++ b/web/netlify.toml @@ -2,6 +2,10 @@ command = "yarn run build" publish = ".next" +# Include the doc dir in the build ignore command +ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../doc/" + + [[plugins]] package = "@netlify/plugin-nextjs"