2 Commits

Author SHA1 Message Date
Jean du Plessis 533aaa8112 fix: use correct env var name NEXT_PUBLIC_POSTHOG_KEY in docs workflow
The GitHub secret is POSTHOG_API_KEY but Next.js requires the
NEXT_PUBLIC_ prefix to expose it to the client bundle.
2026-02-18 21:39:03 +02:00
Jean du Plessis b563f4a21c ci: add docs build workflow for @kilocode/kilo-docs
Adapted from kilocode repo's markdoc-build.yml:
- pnpm → bun (using shared setup-bun action)
- Path-filtered to only run on packages/kilo-docs changes
- Targets dev branch
- Includes both build and test steps
2026-02-18 21:01:26 +02:00