Skip to content

Commit fce6111

Browse files
committed
feat: Add vercel.json for conditional deployments
Configure Vercel to skip deployments for documentation-only changes using ignoreCommand.
1 parent 65437e3 commit fce6111

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vercel.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"version": 2,
3+
"github": {
4+
"silent": true
5+
},
6+
"ignoreCommand": "git diff --quiet HEAD^ HEAD -- . ':!*.md' ':!LICENSE'"
7+
}

0 commit comments

Comments
 (0)