Skip to content

Commit 16fe19d

Browse files
committed
update outputDirectory for vercel
1 parent b31f45a commit 16fe19d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

actions/publish-vercel/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ runs:
2525
- name: "Create temp vercel.json file"
2626
shell: bash
2727
run: |
28-
cat <<EOF > .artifacts/docs/html/vercel.json
28+
cat <<EOF > vercel.json
2929
{
3030
"version": 2,
3131
"public": false,
32+
"outputDirectory": ".artifacts/docs/html"
3233
"git": {
3334
"deploymentEnabled": false
3435
}
@@ -41,6 +42,6 @@ runs:
4142
vercel-args: '--prod' #Optional
4243
vercel-org-id: ${{ inputs.VERCEL_ORG_ID}} #Required
4344
vercel-project-id: ${{ inputs.VERCEL_PROJECT_ID}} #Required
44-
working-directory: .artifacts/docs/html
45+
working-directory: .
4546

4647

0 commit comments

Comments
 (0)