diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e59799f..cf6bf1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/pnpm - - run: pnpm build + - run: pnpm build --preset=cloudflare_pages - name: Deploy build to Cloudflare Pages uses: mathiasvr/command-output@v1.1.0 id: cloudflare