Closed ccamel closed 9 months ago
The update to the .github/workflows/notify-release.yml
workflow file introduces an update-docs
step. This step, executed on an Ubuntu 22.04 runner, is responsible for sending an HTTP POST request to a specified endpoint, with the purpose of updating an ontology documentation repository with the latest release details.
File Path | Change Summary |
---|---|
.github/workflows/notify-release.yml |
Added update-docs step to make an HTTP POST request on ubuntu-22.04 . |
🐇 In the code burrows deep and wide, A doc update takes a stride. With a hop and a POST, the release is clear, Our docs now update without fear. 📚✨ 🐇
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?
:tada: This PR is included in version 3.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Self explanatory.
Following #229, let's introduce a workflow for updating the generated documentation on the docusaurus website.
NB: this is the same recipe used in the okp4d and contracts repositories.
Summary by CodeRabbit