From 98d89911a045ef402b1cb9852b7f38918f10eaf6 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:12:22 +0000 Subject: [PATCH] feat: Updated docs/docs_skeleton/ignore_build.sh --- docs/docs_skeleton/ignore_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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