Hi everyone,
I am using submodules to build a documentation repository on Github.
The workflow is like this: I version documentation in feeder repositories that pull into a main repository (built with MK Docs). Then, that deploys onto Netlify (for various reasons, I want to keep the workflow like this rather than work with a monorepo).
I would like to create the following automation:
Every time I push changes to a feeder repo, then:
- The main repository is notified
- The main repository pulls in those changes
- The main repository builds (and thus deploys onto Netlify)
I’ve really struggled to get the workflows and actions working in Github.
Is there any easy/boilerplate way to configure this?