fix prod docs build (#6402)

master
Davis Chase 11 months ago committed by GitHub
parent 50556f3b35
commit af96de6552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
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
echo "✅ - Build can proceed"
exit 1;

Loading…
Cancel
Save