Skip to content

chore: doc updates #601

chore: doc updates

chore: doc updates #601

name: Build Preview Tailwind 4
# cancel in-progress runs on new commits to same PR (github.event.number)
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
on:
pull_request:
types: [opened, synchronize]
jobs:
build-preview-tw-4:
if: github.head_ref == 'next' || github.base_ref == 'next'
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --prefer-offline
- name: Build site
env:
NODE_OPTIONS: --max-old-space-size=8192
run: "pnpm build:v4"
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: preview-build-tailwind-4
path: v4/.svelte-kit/cloudflare