Skip to content

Commit 1dfa7cd

Browse files
committed
Merge branch 'main' into next
2 parents 22aa978 + 9d863dc commit 1dfa7cd

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

.github/workflows/build-preview.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: pnpm install
3232

3333
- name: Build site
34+
env:
35+
NODE_OPTIONS: "--max-old-space-size=8192"
3436
run: pnpm build
3537

3638
- name: Upload build artifact

.github/workflows/deploy-prod.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- main
66
paths:
77
- sites/docs/**
8+
workflow_dispatch:
9+
810

911
jobs:
1012
deploy-production:
@@ -32,6 +34,8 @@ jobs:
3234
run: pnpm install
3335

3436
- name: Build site
37+
env:
38+
NODE_OPTIONS: "--max-old-space-size=8192"
3539
run: pnpm build
3640

3741
- name: Deploy to Cloudflare Pages

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ package-lock.json
1515
yarn.lock
1616
CHANGELOG.md
1717

18+
.github/
19+
1820

1921

2022
# docs site specific

pnpm-lock.yaml

+11-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)