Skip to content

Commit be0e6d5

Browse files
committed
Fix the wrong branch for vercel
1 parent a744915 commit be0e6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"build:docs": "curl https://raw.githubusercontent.com/GenericMappingTools/gmt/vercel-deployment/ci/vercel-docs.sh | bash",
3+
"build:docs": "curl https://raw.githubusercontent.com/GenericMappingTools/gmt/master/ci/vercel-docs.sh | bash",
44
"build": "npm run build:docs"
55
}
66
}

0 commit comments

Comments
 (0)