Skip to content

Commit 4bf4291

Browse files
committed
fix bad JSON in cat'd vercel.json
1 parent 16fe19d commit 4bf4291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/publish-vercel/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
{
3030
"version": 2,
3131
"public": false,
32-
"outputDirectory": ".artifacts/docs/html"
32+
"outputDirectory": ".artifacts/docs/html",
3333
"git": {
3434
"deploymentEnabled": false
3535
}

0 commit comments

Comments
 (0)