From a0ab77f1bdfba91eaa8eeec638ff9cd3fb9eeff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Latzarus?= Date: Mon, 30 Sep 2024 11:00:41 +0200 Subject: [PATCH] build: remove useless build step --- .github/workflows/preview-pr.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/preview-pr.yml b/.github/workflows/preview-pr.yml index da590b4..bd4a008 100644 --- a/.github/workflows/preview-pr.yml +++ b/.github/workflows/preview-pr.yml @@ -18,12 +18,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - 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 with: