diff --git a/docs/docs_skeleton/ignore_build.sh b/docs/docs_skeleton/ignore_build.sh index 8669cde18833d..e8db1bc5a58e9 100755 --- a/docs/docs_skeleton/ignore_build.sh +++ b/docs/docs_skeleton/ignore_build.sh @@ -3,9 +3,9 @@ echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF" if [[ $VERCEL_GIT_COMMIT_REF = __docs__* || "$VERCEL_GIT_COMMIT_REF" == "master" ]] ; then - # Proceed with the build + # Indicates that the build can proceed echo "✅ - Build can proceed" - exit 1; + exit 0; else # Don't build