diff options
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c64cdb00..f451449e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v3 - + - name: Setup Bun uses: oven-sh/setup-bun@v1 with: @@ -27,4 +27,6 @@ jobs: uses: cloudflare/[email protected] with: apiToken: ${{ secrets.CF_API_TOKEN }} - packageManager: bun
\ No newline at end of file + packageManager: bun + buildCommand: bun run build + buildDirectory: apps/web/.vercel/output/static
\ No newline at end of file |