Skip to content

chore(harness): unified sync — ecosystem CLAUDE.md + portable ${CLAUD… #47

chore(harness): unified sync — ecosystem CLAUDE.md + portable ${CLAUD…

chore(harness): unified sync — ecosystem CLAUDE.md + portable ${CLAUD… #47

Workflow file for this run

name: Deploy to Cloudflare Pages
on:
push:
branches: [master]
concurrency:
group: pages
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Test
run: bun test
- name: Build deploy directory
run: |
mkdir dist
cp index.html dist/
cp -r css dist/
cp -r js dist/
- uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
packageManager: npm
command: pages deploy dist --project-name existence