Skip to content

fix: correct docs to reflect /spool skill and CLI are not yet functional #13

fix: correct docs to reflect /spool skill and CLI are not yet functional

fix: correct docs to reflect /spool skill and CLI are not yet functional #13

name: Deploy Landing Page
on:
push:
branches: [main]
paths:
- 'packages/landing/**'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
deployments: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: pnpm install --filter @spool/landing...
- name: Build
run: pnpm --filter @spool/landing build
- name: Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy packages/landing/dist --project-name spool-landing