Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ npm run deploy # embed + wrangler deploy

Deploys are wired through **Cloudflare Workers' Git integration**: push to `main`
deploys production (`resume.aswincloud.com`), and pull requests get their own
preview URL automatically — no GitHub Actions.
preview URL automatically — no GitHub Actions for deploys.

The only workflow in the repo is `.github/workflows/auto-approve.yml`, which
auto-approves admin PRs; it plays no part in building or deploying the resume.

### One-time setup
1. Create a KV namespace and put its id in `wrangler.jsonc` (`PDF_CACHE` binding).
Expand Down
Loading