mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
infra: v0.2 docs from v0.2 branch (#26449)
This commit is contained in:
parent
d9813bdbbc
commit
064b891454
@ -4,10 +4,16 @@ echo "VERCEL_ENV: $VERCEL_ENV"
|
|||||||
echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF"
|
echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF"
|
||||||
|
|
||||||
|
|
||||||
if [ "$VERCEL_ENV" == "production" ] || [ "$VERCEL_GIT_COMMIT_REF" == "master" ] || [ "$VERCEL_GIT_COMMIT_REF" == "v0.1" ]; then
|
if [ "$VERCEL_ENV" == "production" ] || \
|
||||||
|
[ "$VERCEL_GIT_COMMIT_REF" == "master" ] || \
|
||||||
|
[ "$VERCEL_GIT_COMMIT_REF" == "v0.1" ] || \
|
||||||
|
[ "$VERCEL_GIT_COMMIT_REF" == "v0.2" ]
|
||||||
|
then
|
||||||
echo "✅ Production build - proceeding with build"
|
echo "✅ Production build - proceeding with build"
|
||||||
exit 1;
|
exit 1
|
||||||
else
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo "Checking for changes in docs/"
|
echo "Checking for changes in docs/"
|
||||||
echo "---"
|
echo "---"
|
||||||
git log -n 50 --pretty=format:"%s" -- . | grep -v '(#'
|
git log -n 50 --pretty=format:"%s" -- . | grep -v '(#'
|
||||||
@ -20,4 +26,3 @@ else
|
|||||||
echo "🛑 No changes detected in docs/ - ignoring build"
|
echo "🛑 No changes detected in docs/ - ignoring build"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user