Skip to content

Commit 17106b3

Browse files
committed
🧹 chore(ci): add build command
1 parent 2566dd6 commit 17106b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy-to-pages.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
with:
1616
bun-version: latest
1717
- run: bun install
18-
env:
19-
NODE_OPTIONS: --max-old-space-size=8192
20-
NODE_VERSION: 22.14.0
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2218
- run: bun run build
19+
env:
20+
NODE_ENV: production
21+
GITHUB_TOKEN: ${{ secrets.SALTYAOM_GITHUB_TOKEN }}
2322
- name: Deploy
2423
uses: cloudflare/wrangler-action@v3
2524
with:

0 commit comments

Comments
 (0)