# Deploy Spa

> Deploy workout SPA editor to GitHub Pages Use when this capability is needed.

- Skill: `tomevault-io/deploy-spa` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/deploy-spa`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/deploy-spa/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/deploy-spa

---


Deploy the SPA editor to GitHub Pages.

## Prerequisites

Verify local build:

```bash
pnpm --filter @kaiord/core build
pnpm --filter @kaiord/workout-spa-editor build
```

## Manual Trigger

```bash
gh workflow run deploy-spa-editor.yml
```

## Check Status

```bash
gh run list --workflow=deploy-spa-editor.yml --limit 3
```

## Production URL

https://pablo-albaladejo.github.io/kaiord/

## Troubleshooting

If deploy fails:

1. Verify local build works
2. Review workflow logs in GitHub Actions
3. Check GitHub Pages permissions in Settings

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/pablo-albaladejo) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

