Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Mar 23, 2024
1 parent cb74ae0 commit c10e09f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
exit 1;
else
# Otherwise check if something doc related changed.
git diff origin/next...$COMMIT_REF -- . ":!netlify.toml" ":!src/locale/" ":!src/locales/" ":!test/" ":!package.json" ":!pnpm-lock.yaml" ":!.github/"
git diff --quiet origin/next...$COMMIT_REF -- . ":!netlify.toml" ":!src/locale/" ":!src/locales/" ":!test/" ":!package.json" ":!pnpm-lock.yaml" ":!.github/"
git diff --quiet origin/next...$COMMIT_REF -- . ":!src/locale/" ":!src/locales/" ":!test/" ":!package.json" ":!pnpm-lock.yaml" ":!.github/"
fi
'''

Expand Down

0 comments on commit c10e09f

Please sign in to comment.