Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 900 Bytes

File metadata and controls

21 lines (13 loc) · 900 Bytes

Automated Dev.to Blog Management

Create your own version controlled, auto-published dev.to blog posts. Check out First post and IT'S AUTOMATED or the sources below to see how you can do it too.

I went the Github Actions approach because it seemed easier with a simple workflow.yml and also travis CI requires your repository to be public.

Blogs managed

  1. First post and IT'S AUTOMATED
  2. More to come.....

Sources

  1. Manage your dev.to blog posts from a GIT repo and use continuous deployment to auto publish/update them
  2. Automate your DEV Posts using GitHub Actions

Credits