Merge branch 'main' into v0.4_metrics

This commit is contained in:
Michael Quigley 2023-03-03 16:45:31 -05:00
commit 34c6b9ae3f
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -6,5 +6,5 @@
},
"cleanUrls": false,
"public": true,
"ignoreCommand": "[[ \"${VERCEL_GIT_COMMIT_REF}\" =~ ^(gh-pages)$ ]] || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
"ignoreCommand": "grep -qE '^(gh-pages)$' <<< ${VERCEL_GIT_COMMIT_REF} || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
}