From a6060f25c11f5f7490654f57d44814bf681dc9d3 Mon Sep 17 00:00:00 2001 From: Nyasha Zishiri <23294558@sun.ac.za> Date: Mon, 16 Dec 2024 17:33:48 +0200 Subject: [PATCH] Removed build step --- .github/workflows/preview.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e775788..dcd2d62 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -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 }}