diff --git a/.github/workflows/build-push-next.yml b/.github/workflows/build-push-next.yml index abc4973..b8694be 100644 --- a/.github/workflows/build-push-next.yml +++ b/.github/workflows/build-push-next.yml @@ -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