Pushing to Dev.to using GitHub

Pushing to Dev.to using GitHub

A simple test article.

Pushing to Dev.to using GitHub

In this article we will learn to publish article to Dev.to using Markdown. I'm using GitHub to push the article to Dev.to.

Note: This is a test article. I'm also learning how pushing to Dev.to works.

Picture of Sky

By the way if you too are interested in such kinda stuffs, take a look at this original tutorial that I followed to do this:

My setup for publishing to Dev.to using Github

Shout out to Jack Lewis for the tutorial.

Start by creating a new repository on GitHub. Then create a new markdown file in the repository. Write your article in the markdown file.

Then create a new GitHub action in the repository. Add the code from the example given in the link to the GitHub action.

github.com/marketplace/actions/hashnode-pub..

That's it. Your article will be published on Dev.to.