Here's the scenario:
I have two Vuepress website repositories on Github using NetlifyCMS with the deployment on Netlify, each one for a different website.
Site 1: guidesABC.blah.com -> RepositoryABC
Site 2: guidesA.blah.com -> RepositoryA
The guide A is in both repositories.
Is there a way I can use the Functions on Netlify to check if the changes are done on the folder A the changes happen on the RepositoryA as well?
What I don't want to do is go to site/Admin on guideABC - do the changes on the *md file, publish and do the same on the site guideA copying and pasting the code.
Thank You