My project initially used Github and a private repository to host the code base for the company i've been working for. In order to separate my account from the code I developed for that company, I recently stumbled upon Google Cloud Platforms' Cloud Source Repository: https://cloud.google.com/source-repositories, a fully managed Git platform.
For documentation purposes, I started to use ReadTheDocs. However, whilst it's a breeze to add Webhooks to Github and thus update my ReadTheDocs deployment whenever necessary, I have zero ideas how to achieve the same with the GCP product.
The only scenario I can see, which is however overly clunky is to use Cloud Build to trigger a container that runs readthedocs and then pushes it over to their platform.
Am I missing something here? Thanks!