mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 05:13:46 +00:00
fix prod docs build (#6402)
This commit is contained in:
parent
50556f3b35
commit
af96de6552
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF"
|
echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF"
|
||||||
|
|
||||||
if [[ $VERCEL_GIT_COMMIT_REF = __docs__* ]] ; then
|
if [[ $VERCEL_GIT_COMMIT_REF = __docs__* || "$VERCEL_GIT_COMMIT_REF" == "master" ]] ; then
|
||||||
# Proceed with the build
|
# Proceed with the build
|
||||||
echo "✅ - Build can proceed"
|
echo "✅ - Build can proceed"
|
||||||
exit 1;
|
exit 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user