Technology

How To Publish Your Website on Github

This post is specific to publishing your static or dynamic JavaScript-based website using GitHub deployment tools.

As a fresher, when you write code in HTML and want to deploy and publish it for free, it can make your programming journey more interesting.

Once you’ve written your code and tested it locally, it’s important to see it hosted on a server and accessible via a link.

So let’s start the deployment process, but first, if your code is not committed, please commit it to your GitHub repository environment.

Once your code is committed to GitHub, you can begin deployment directly from GitHub.

Now click on setting tab on header and go to page section

Repository

Now select “branch” which you want to deploy and save it.

Branch Selection for Deployment

“deploy from branch” already selected so no need to change it.

Now after sometime change will deploy .

As you see below page link is generated you can visit on this link and share your published website to your friends and family.

Now you can enhance your website and make your project best and updated automatically on the server.