From d569cda06d117579a8a88295bff11a0d5b3c85ac Mon Sep 17 00:00:00 2001 From: Axmin <56112475+ax-sh@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:53:27 +0545 Subject: [PATCH] feat: add bun for dep --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d4f3474..51f2c4d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -118,7 +118,8 @@ jobs: uses: actions/configure-pages@v4 with: static_site_generator: next - + - name: Install dependencies + run: bun install --no-frozen-lockfile - name: Build with Next.js 🏗️ run: bun run build - name: Upload artifact 📡