Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 20, 2024
2 parents 22aa978 + 9d863dc commit 1dfa7cd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: pnpm install

- name: Build site
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: pnpm build

- name: Upload build artifact
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- main
paths:
- sites/docs/**
workflow_dispatch:


jobs:
deploy-production:
Expand Down Expand Up @@ -32,6 +34,8 @@ jobs:
run: pnpm install

- name: Build site
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: pnpm build

- name: Deploy to Cloudflare Pages
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ package-lock.json
yarn.lock
CHANGELOG.md

.github/



# docs site specific
Expand Down
27 changes: 11 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1dfa7cd

Please sign in to comment.