From 05b777f7674d514446a9a8ab767641cfce29ba98 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Fri, 6 Sep 2024 01:28:13 +0200 Subject: [PATCH] infra(netlify): remove ignore --- netlify.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/netlify.toml b/netlify.toml index eb19c43da9a..e0baced2d25 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,15 +5,6 @@ [build] publish = "docs/.vitepress/dist" command = "pnpm docs:build:ci" - ignore = ''' - if [ "$CONTEXT" != "deploy-preview" ]; then - # Always build when not a PR preview - exit 1; - else - # Otherwise check if something doc related changed. - git diff --quiet origin/next...$COMMIT_REF -- . ":!src/locale/" ":!src/locales/" ":!test/" ":!package.json" ":!pnpm-lock.yaml" ":!.github/" - fi - ''' # Alias for the main page [[redirects]]