Skip to content

Commit

Permalink
Update build-push-next.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danchitnis authored Nov 27, 2024
1 parent c978cb3 commit 0cee6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
run: npm install

- name: Build Project with Vite
#run: npm run build
run: npm run build

- name: Deploy to Vercel
#run: npx vercel --token=${{ secrets.VERCEL_TOKEN }}
run: npx vercel --token=${{ secrets.VERCEL_TOKEN }}

- name: Install Playwright Browsers
run: npx playwright install --with-deps
Expand Down

0 comments on commit 0cee6b6

Please sign in to comment.