fix(ci): remove unsupported docs-directory input from mkdocs workflow#111
fix(ci): remove unsupported docs-directory input from mkdocs workflow#111
Conversation
The devops-mkdocs action v1 no longer accepts docs-directory. Added config-file: docs/mkdocs.yml so the action finds the config, which already contains docs_dir: src for the docs directory.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #111 +/- ##
=======================================
Coverage 80.98% 80.98%
=======================================
Files 110 110
Lines 4517 4517
=======================================
Hits 3658 3658
Misses 859 859
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (12)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2026-04-05T18:58:45.211ZApplied to files:
🔇 Additional comments (1)
WalkthroughThe 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
The
Reloaded-Project/devops-mkdocs@v1action no longer acceptsdocs-directoryas an input, causing CI to fail with exit code 2.Changes:
docs-directory: docs(unsupported input)config-file: docs/mkdocs.ymlso action finds the config fileThe mkdocs config already specifies
docs_dir: src, which MkDocs reads natively. No separate docs-directory input needed.Fixes CI failure: https://github.com/Sewer56/llm-coding-tools/actions/runs/24905428630/job/72941300236