Deploying with Cloudflare Pages | Generated by AI

Home 2026.06

Not installed. You can either:

Option A: Cloudflare Dashboard (easiest)

  1. Go to Cloudflare Pages β†’ Create project
  2. Connect your GitHub repo lzwjava/sec-edgar-gpt
  3. Set:
    • Build command: (leave empty)
    • Build output directory: website
  4. Deploy

Option B: Install wrangler and deploy from CLI

npm install -g wrangler
wrangler pages deploy website --project-name=sec-edgar-gpt

Option A is simpler β€” just set the output directory to website in the dashboard.


Back Donate