Closed jem-davies closed 5 months ago
That would be convenient! Feel free to submit a P.R
https://github.com/warpstreamlabs/bento/actions/workflows/pages/pages-build-deployment
Where is the definition of this cicd pipeline, should it be in here?
looks like you just put them on the branch gh-pages
- and there is no deploy site github action file.
@epot looks like you did the work on the fork for the deployment of the new docs site?
Is there a github action yaml definition for this already written?
I think these commands just need to be run: https://github.com/warpstreamlabs/bento/blob/main/website/README.md
I'll double check tomorrow from my laptop but I think it was 'yarn build' and then 'yarn deploy'.
Sorry I forgot to circle back here, I confirm those commands above were the ones I ran the one time I updated the doc.
Should the website github action redeploy when there is a succesful push to main?