Merge pull request #202 from openziti/vercel-ignore-non-docs-changes

change Vercel ignoreCommand to run from inside top-level dir ./website/
This commit is contained in:
Ken Bingham 2023-01-31 18:02:06 -05:00 committed by GitHub
commit d9adbaec29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": "[[ \"${VERCEL_GIT_COMMIT_REF}\" =~ ^(gh-pages)$ ]] || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
}