---
name: deploy
description: Deploy Crab Cove to GitHub Pages. Use when the user asks to deploy, publish or release the site.
---

# Deploy

## Steps

1. Run `pnpm build`.
2. Push `dist/` to the `gh-pages` branch.
3. Verify the site at the pages URL.
