mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
Deploy multiple development tools to GitHub Pages on every merge to main branch: - Storybook (primary priority for design team collaboration) - Nx dependency graph - Test coverage reports (Vitest) - TypeDoc API documentation - Knip unused code analysis The deployment provides a consistent bookmarkable URL for the design team to reference the latest component system state, eliminating the need for PR-specific Storybook links. All tools except Storybook are optional (continue-on-error) to ensure deployment succeeds even if individual tools fail to build. Includes comprehensive documentation in docs/GITHUB_PAGES_DEPLOYMENT.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>