Skip to content

Commit

Permalink
Removed --prebuilt arg from deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
SageTendo committed Dec 16, 2024
1 parent a6060f2 commit f97fc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ env.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ env.VERCEL_TOKEN }}
run: vercel deploy --token=${{ env.VERCEL_TOKEN }}

0 comments on commit f97fc96

Please sign in to comment.