Skip to content

Commit

Permalink
infra(netlify): diff to next (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Mar 18, 2024
1 parent 6dee178 commit a27aafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
exit 1;
else
# Otherwise check if something doc related changed.
git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF -- . \':!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 a27aafe

Please sign in to comment.