Create GitHub Actions workflow that automatically updates documentation
and examples when AbacusReact source code changes.
- Add update-abacus-examples.yml workflow
- Trigger on source changes, manual dispatch, and weekly schedule
- Build package and generate fresh examples using react-dom/server
- Validate generated files and Storybook build
- Auto-commit and push changes when examples update
- Run without browser dependencies for fast CI execution
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>