Skip to content

Commit f128d77

Browse files
authored
infra(netlify): remove ignore script (#3092)
1 parent 533c131 commit f128d77

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

netlify.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55
[build]
66
publish = "docs/.vitepress/dist"
77
command = "pnpm docs:build:ci"
8-
ignore = '''
9-
if [ "$CONTEXT" != "deploy-preview" ]; then
10-
# Always build when not a PR preview
11-
exit 1;
12-
else
13-
# Otherwise check if something doc related changed.
14-
git diff --quiet origin/next...$COMMIT_REF -- . ":!src/locale/" ":!src/locales/" ":!test/" ":!package.json" ":!pnpm-lock.yaml" ":!.github/"
15-
fi
16-
'''
178

189
# Alias for the next page
1910
[[redirects]]

0 commit comments

Comments
 (0)