Skip to content

Commit

Permalink
infra(netlify): remove ignore script (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Sep 9, 2024
1 parent 533c131 commit f128d77
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit f128d77

Please sign in to comment.