fix(ci): update docs workflow to use Hugo instead of MkDocs#14
fix(ci): update docs workflow to use Hugo instead of MkDocs#14
Conversation
- Remove Python/uv/MkDocs dependencies - Use peaceiris/actions-hugo for Hugo builds - Use peaceiris/actions-gh-pages for deployment - Add submodules: recursive for Relearn theme
|
Warning Rate limit exceeded@Thomo1318 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 12 minutes and 59 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
Summary
Fixes the CI workflow that was failing because it still had MkDocs configuration after the Hugo migration.
Changes
peaceiris/actions-hugo@v3for Hugo buildspeaceiris/actions-gh-pages@v4for deploymentsubmodules: recursivefor Relearn theme initializationdocs/**tohugo-docs/**Error Fixed
This occurred because the workflow was still trying to install MkDocs dependencies that were removed in PR #13.
PR Type
Bug fix, Enhancement
Description
Migrate CI workflow from MkDocs to Hugo documentation system
Replace Python/uv dependencies with Hugo action setup
Update paths trigger from
docs/**tohugo-docs/**Add recursive submodule checkout for Relearn theme
Use
peaceiris/actions-hugoandpeaceiris/actions-gh-pagesfor build/deployDiagram Walkthrough
File Walkthrough
ci-docs.yml
Replace MkDocs workflow with Hugo CI pipeline.github/workflows/ci-docs.yml
docs/**,mkdocs.yml)hugo-docs/**path trigger for Hugo documentationpeaceiris/actions-hugo@v3mkdocs gh-deploytopeaceiris/actions-gh-pages@v4./hugo-docs/public