aboutsummaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-09-09 23:47:00 +0200
committerGitHub <[email protected]>2024-09-09 21:47:00 +0000
commitf128d77194003192d27a3eb897f4a7ad02980ed0 (patch)
tree364947162a0e718d7e1918732d8608eb4a213e3b /netlify.toml
parent533c131e4aa664f4ab9c7514b9a6d78eac0875fe (diff)
downloadfaker-f128d77194003192d27a3eb897f4a7ad02980ed0.tar.xz
faker-f128d77194003192d27a3eb897f4a7ad02980ed0.zip
infra(netlify): remove ignore script (#3092)
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/netlify.toml b/netlify.toml
index 63ae6099..c3c42058 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 next page
[[redirects]]