diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f27c03..865289d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,7 +148,7 @@ jobs: - name: Deploy to Vercel run: | vercel pull --token ${{ secrets.VERCEL_TOKEN }} --yes - vercel build --token ${{ secrets.VERCEL_TOKEN }} --yes + vercel build --token ${{ secrets.VERCEL_TOKEN }} --prod --yes vercel deploy --prod --token ${{ secrets.VERCEL_TOKEN }} --prebuilt # uses: amondnet/vercel-action@v25 # with: