Skip to content

Commit 60a6d40

Browse files
committed
[chore] Avoid vercel deployment for gh-pages branch
1 parent 67e6782 commit 60a6d40

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

vercel.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"github": {
3-
"silent": true
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"git": {
4+
"deploymentEnabled": {
5+
"gh-pages": false
6+
}
47
}
58
}

0 commit comments

Comments
 (0)