Skip to content

Commit

Permalink
Removed build step
Browse files Browse the repository at this point in the history
  • Loading branch information
SageTendo committed Dec 16, 2024
1 parent b290874 commit a6060f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,5 @@ jobs:
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ env.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --token=${{ env.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ env.VERCEL_TOKEN }}

0 comments on commit a6060f2

Please sign in to comment.