DEV Community

Cover image for How I automated my Blog posting workflow using Gatsby
amlan
amlan

Posted on

How I automated my Blog posting workflow using Gatsby

For my blog which I developed using Gatsby, to avoid the repetitive task of manually building and deploying the site every time I post a new content, I automated the process using GitHub Actions. I also developed an alternate process using Jenkins. Here is the post about how I did it:

https://amlanscloud.com/blogworkflow/

Top comments (0)