How to deploy a website on GitHub Pages¶
Introduction¶
In this guide you will learn how to deploy a website on GitHub Pages.
Prerequisites¶
- You have a GitHub account.
- You have a repository on GitHub with a website you want to deploy.
Steps¶
- Go to your repository on GitHub.
- Click on the Settings tab.
- Scroll down to the Pages section.
- Select the Branch you want to deploy. Usually this is the main branch.
- Select the Folder you want to deploy. Usually this is the root folder.
- Click on the Save button.
- Wait for the deployment to finish.
- Click on the link to your website.
Remarks¶
If this documentation is not up to date, you can see the official documentation here.