From b920af1bd17f33c81baade689e59f7e0c0503805 Mon Sep 17 00:00:00 2001 From: Vansh Chaurasiya Date: Tue, 8 Oct 2024 02:59:50 +0530 Subject: [PATCH] =?UTF-8?q?Fix:=20preview=20workflow=E2=9A=92=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/preview.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index b05ffdd..3b0b926 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,9 +20,6 @@ jobs: - name: Install and Build if: github.event.action != 'closed' # You might want to skip the build if the PR has been closed - run: | - npm install - npm run build - name: Deploy preview uses: rossjrw/pr-preview-action@v1