ci: add docs build check workflow on pull request#330
Conversation
A new GitHub Actions workflow has been created to build the documentation whenever a pull request modifies any files in the docs directory. This ensures that VitePress builds correctly before changes are merged. Autonomously-by: CursorAgent:gemini-3.5-flash Signed-off-by: jinlong <jinlong@tencent.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
Claude finished @fslongjin's task in 1m 34s —— View job Reviewing the Docs Build Check workflowSummaryThis PR adds a new GitHub Actions workflow ( ✅ What's done well
🔍 Suggestions1. Node version inconsistency between workflows ( The new workflow uses Recommendation: Consider one of:
2. Consider adding The other two docs workflows ( ✅ Working directory & lockfile
ConclusionThe workflow is correct and ready to merge. The two suggestions above are minor improvements, not blockers. |
Summary
docs-build-check.ymlto automatically verify VitePress builds on pull requests that modify files in thedocsdirectory.Test plan
docs/**and.github/workflows/docs-build-check.yml.npm run docs:buildlocally.Autonomously-by: CursorAgent:gemini-3.5-flash
Made with Cursor