From 9f761cfa2651a591076f185a1726562a010655e9 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sat, 30 Mar 2024 23:11:00 -0700 Subject: try to fix it again --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f451449e..f6a64de6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,5 +28,5 @@ jobs: with: apiToken: ${{ secrets.CF_API_TOKEN }} packageManager: bun - buildCommand: bun run build - buildDirectory: apps/web/.vercel/output/static \ No newline at end of file + workingDirectory: apps/web + command: bun run build \ No newline at end of file -- cgit v1.2.3