Files
ComfyUI_frontend/.github/workflows
snomiao cd714151fd [feat] Add GitHub Pages deployment for Storybook and development tools
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>
2025-10-11 07:40:14 +00:00
..