You can trigger a GitHub action workflow when pushing to the repo on the main branch. See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push and https://stackoverflow.com/a/63822945/13945112. Basically, an email can get send out every time you make a new change to the Blog.md file.
If you'd prefer, I can make a pull request of this change. I would just need a way to invoke the email script.
You can trigger a GitHub action workflow when pushing to the repo on the
mainbranch. See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push and https://stackoverflow.com/a/63822945/13945112. Basically, an email can get send out every time you make a new change to theBlog.mdfile.If you'd prefer, I can make a pull request of this change. I would just need a way to invoke the email script.