Closed MSevey closed 1 month ago
A new GitHub Actions workflow file named build.yml
has been added to automate the build process for a VitePress site. This workflow is triggered by pushes to the main
branch and pull requests, ensuring continuous integration. Additionally, the README.md
file has been updated to include a badge that displays the deployment status from GitHub Actions, enhancing visibility of the deployment process.
Files | Change Summary |
---|---|
.github/workflows/build.yml | New workflow added to automate the build process for a VitePress site. |
README.md | Added a badge for deployment status to enhance visibility of the deployment process. |
In the garden where code does bloom,
A workflow's added, dispelling the gloom.
With builds that run on every push,
And badges bright, we’ll never hush!
Hopping along, our progress we cheer,
For every change brings us near! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
If approved, I'll merge so that at the same time i can update the branch protection rules to require the new build CI.
PR Preview Action v1.4.8
:---:
:rocket: Deployed preview to https://celestiaorg.github.io/docs-preview/./pr-1738/
on branch main
at 2024-09-27 17:28 UTC
Overview
Currently there is no branch protect from a CI perspective. This PR as the build stage without deployment so that it can run on all PRs and be require to merge. Additionally this adds the deploy status badge to the README for visibility if it were to fail.
Summary by CodeRabbit
New Features
Documentation