From 96dde5b55742a4f4fde2c72215a8471382cf9b9b Mon Sep 17 00:00:00 2001 From: Samuel K Date: Sat, 6 Jun 2026 10:34:36 -0500 Subject: [PATCH] chore(images-site): add ignore command for monorepo CD Once the site is linked to the repo, only rebuild when files under sites/images-devsy-sh change, so unrelated commits to the monorepo don't trigger an images.devsy.sh deploy. --- sites/images-devsy-sh/netlify.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sites/images-devsy-sh/netlify.toml b/sites/images-devsy-sh/netlify.toml index 45f3a79b6..05d38eeef 100644 --- a/sites/images-devsy-sh/netlify.toml +++ b/sites/images-devsy-sh/netlify.toml @@ -2,6 +2,8 @@ base = "sites/images-devsy-sh/" publish = "dist" command = "npm install && npm run build" + # Only rebuild when files in this site's base directory change. + ignore = "git diff --quiet HEAD^ HEAD -- ." [[headers]] for = "/catalog.json"