Skip to content

style(canvas): hide react flow attribution and fix touch pan #33

style(canvas): hide react flow attribution and fix touch pan

style(canvas): hide react flow attribution and fix touch pan #33

name: Deploy agent-html.org
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: read
deployments: write
jobs:
deploy:
name: Deploy example site
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Build public site
run: npm run site:build
- name: Deploy to Cloudflare Pages
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: npx wrangler pages deploy dist-agent-html --project-name agent-html --branch main