We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd6abd commit 2ef53ebCopy full SHA for 2ef53eb
.github/workflows/vercel-preview.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- uses: UnlyEd/github-action-deploy-on-vercel@latest
73
with:
74
- command: "vercel deploy --cwd ./public --archive=tgz --prebuilt --debug --token ${{ secrets.VERCEL_TOKEN }}"
+ command: "vercel deploy --archive=tgz --prebuilt --debug --token ${{ secrets.VERCEL_TOKEN }}"
75
env:
76
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
77
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID}}
0 commit comments