Deploying with Cloudflare Pages | Generated by AI
Not installed. You can either:
Option A: Cloudflare Dashboard (easiest)
- Go to Cloudflare Pages β Create project
- Connect your GitHub repo
lzwjava/sec-edgar-gpt - Set:
- Build command: (leave empty)
- Build output directory:
website
- 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.