Skip to content

Commit 2ef53eb

Browse files
committed
fixup! Adding preview with Vercel
1 parent 2fd6abd commit 2ef53eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vercel-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- uses: UnlyEd/github-action-deploy-on-vercel@latest
7373
with:
74-
command: "vercel deploy --cwd ./public --archive=tgz --prebuilt --debug --token ${{ secrets.VERCEL_TOKEN }}"
74+
command: "vercel deploy --archive=tgz --prebuilt --debug --token ${{ secrets.VERCEL_TOKEN }}"
7575
env:
7676
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
7777
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID}}

0 commit comments

Comments
 (0)