From d6593462674b297ded82ab6660a101c200069355 Mon Sep 17 00:00:00 2001 From: Agusti Date: Tue, 10 Oct 2023 19:50:30 +0200 Subject: [PATCH] fix: bun run build --- .github/workflows/nextjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index c2fc8da..fd06dae 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -60,7 +60,7 @@ jobs: - name: Install dependencies run: bun install - name: Build with Next.js - run: bun next build + run: bun run build - name: Static HTML export with Next.js run: bun next export - name: Upload artifact