Publish docs to GitHub Pages via Actions - #75
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughThe pull request adds a GitHub Actions workflow that builds documentation with Python 3.12, uploads the HTML as a Pages artifact, and deploys it to GitHub Pages for pushes or manual runs on ChangesDocumentation Pages
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The documentation workflow builds and publishes Pages only from main or manual runs, with no current merge-blocking risk identified. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
lpiwowar
left a comment
There was a problem hiding this comment.
/approve
Couple of non-blocking comments. I think it would be nice if you took a look @omkarjoshi0304 but not a big deal:).
Builds the docs with Sphinx and publishes to GitHub Pages using actions/upload-pages-artifact + actions/deploy-pages, with pinned action refs, minimal permissions, and a concurrency guard on deploy.
539900d to
fd985e7
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lpiwowar, omkarjoshi0304 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Builds the docs with Sphinx and publishes to GitHub Pages using actions/upload-pages-artifact + actions/deploy-pages, with pinned action refs, minimal permissions, and a concurrency guard on deploy.