-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(workflow): add generate-doc-bundles workflow #355
Conversation
Note Reviews PausedUse the following commands to manage reviews:
WalkthroughThe change involves the introduction of a GitHub Actions workflow designed to automate the generation of documentation bundles. Triggered by workflow calls, it employs a matrix strategy to handle multiple documentation sets, sets up Python, installs dependencies, merges Markdown files into bundles, and uploads these as artifacts, all while managing concurrency to ensure smooth operation across multiple runs. Changes
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Device | URL |
---|---|
desktop | http://localhost:3000/ |
Device | URL |
---|---|
mobile | http://localhost:3000/ |
Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead
c8fffab
to
fd546f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 1
Configuration used: CodeRabbit UI
Files selected for processing (1)
- .github/workflows/generate-doc-bundles.yml (1 hunks)
Additional comments: 1
.github/workflows/generate-doc-bundles.yml (1)
- 6-8: Verify that the concurrency group name is sufficiently unique to prevent unintended cancellations across different branches or tags.
2d055ba
to
e2d3a2c
Compare
e2d3a2c
to
f6b3933
Compare
@coderabbitai pause |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Context
As part of the training process for OKP4 GPT, there is a requirement to assemble comprehensive markdown files that consolidate various segments of our documentation. These segments include:
A bundle comprising:
Another bundle containing:
PR scope
This PR introduces a new github workflow, manually triggerable, which aims to generate these specified bundles, making them available as downloadable artifacts. These artifacts will serve as primary (and canonical) inputs for the training phase of OKP4 GPT.
Usage
The workflow is manualy triggerable:
Once run, it will produce 2 downloadable artefacts:
Summary by CodeRabbit