Skip to content

Commit

Permalink
update outputDirectory for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 10, 2024
1 parent b31f45a commit 16fe19d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actions/publish-vercel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ runs:
- name: "Create temp vercel.json file"
shell: bash
run: |
cat <<EOF > .artifacts/docs/html/vercel.json
cat <<EOF > vercel.json
{
"version": 2,
"public": false,
"outputDirectory": ".artifacts/docs/html"
"git": {
"deploymentEnabled": false
}
Expand All @@ -41,6 +42,6 @@ runs:
vercel-args: '--prod' #Optional
vercel-org-id: ${{ inputs.VERCEL_ORG_ID}} #Required
vercel-project-id: ${{ inputs.VERCEL_PROJECT_ID}} #Required
working-directory: .artifacts/docs/html
working-directory: .


0 comments on commit 16fe19d

Please sign in to comment.