aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-03-30 23:11:00 -0700
committerDhravya <[email protected]>2024-03-30 23:11:00 -0700
commit9f761cfa2651a591076f185a1726562a010655e9 (patch)
treece18b5218d93612cd350ec2aa34c7017536c2929 /.github
parentfix: github action (diff)
downloadsupermemory-9f761cfa2651a591076f185a1726562a010655e9.tar.xz
supermemory-9f761cfa2651a591076f185a1726562a010655e9.zip
try to fix it again
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
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