diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91a68fc..2191b9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,12 +17,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: