Skip to content

Commit 7ac4fa8

Browse files
authored
Merge pull request #10803 from marmelab/fix-vercel-config
[chore] Avoid vercel deployment for `gh-pages` branch
2 parents a06587e + 60a6d40 commit 7ac4fa8

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)