Skip to content

Commit

Permalink
Fix: preview workflow⚒️
Browse files Browse the repository at this point in the history
  • Loading branch information
vansh-codes committed Oct 7, 2024
1 parent 2fa0c1c commit b920af1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b920af1

Please sign in to comment.