-
Notifications
You must be signed in to change notification settings - Fork 2
ci-cd: parallel tests, docs deployment preview and release #329
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR enhances the documentation CI/CD pipeline by adding automated deployment on releases and PR preview functionality, while also updating the mdbook version to 0.4.52.
Key Changes:
- Implements docs deployment triggered by successful mainnet releases via
workflow_run - Adds PR preview deployment for docs-related changes with path filtering
- Updates mdbook from version 0.4.43 to 0.4.52 across all workflows
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
.github/workflows/docs-ci.yaml |
Adds GitHub Pages preview deployment for PRs, includes path filters for docs-related files, and configures concurrency management |
.github/workflows/docs-cd.yaml |
Changes trigger from push to workflow_run based on release workflow completion, updates mdbook version, and adds conditional execution |
.github/actions/docs-ci/action.yaml |
Updates markdown file glob patterns to include SECURITY.md and use recursive pattern, updates mdbook version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
This PR improves docs CI/CD:
mdbookversion.