fix: update site-build workflow for website/ → docs/ move - #51
Conversation
fullsend commit 8f3a4363 moved VitePress from website/ to docs/ and package-lock.json to the repo root, breaking the cross-repo doc site build in experiments. Also bumps actions/checkout to v7.0.1 and actions/setup-node to v6.5.0 to match the fullsend repo. Closes fullsend-ai#50 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Marta Anon <manon@redhat.com>
PR Summary by QodoFix doc-site build workflow after fullsend website/ → docs/ reorg
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
|
🤖 Finished Review · ✅ Success · Started 12:13 PM UTC · Completed 12:24 PM UTC Commit: |
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can group findings by type and pick your Finding display, from Minimal to Full |
ReviewFindingsMedium
Low
Labels: PR fixes a broken CI workflow (.github/workflows/) under protected paths |
| steps: | ||
| - name: Checkout experiments | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
There was a problem hiding this comment.
[low] scope-creep
Dependency version bumps (actions/checkout v7.0.0 to v7.0.1, actions/setup-node v6.4.0 to v6.5.0) are not explicitly authorized by issue #50. The issue authorizes fixing the broken workflow by updating paths, not bumping action versions. The PR body acknowledges these bumps are to match fullsend repo which is a separate maintenance concern.
Suggested fix: Remove the dependency version bumps from this PR and submit them separately, or update issue #50 to explicitly authorize bumping dependencies.
Summary
website/→docs/reorganization (commit8f3a4363)actions/checkoutto v7.0.1 andactions/setup-nodeto v6.5.0 to match fullsend reponpx vitepress build docsis used instead ofnpm run docs:buildTest plan
Closes #50
🤖 Generated with Claude Code