- Create a Github account (if you don't have one already)
- Fork this repo into your account
- Access the new repo in your account and enable Github Actions, under the "Actions" tab
- Go to Settings > Pages and select "Github Actions" as a Build and Deployment Source
- Open Github Desktop and login with your Github account
- Choose File > Clone Repository
- Select your forked repository from the list, choose a destination path, and click "Clone"
- On top menu, click on "current branch"
- Insert the name "develop" and click "Create Branch"
- Open index.html file from your local repository (use any editor you like)
- Change the text
{insert names here}(with your name for example) - Save the file
- Go back to Github Desktop app and in the lower left corner, click "Commit to develop"
- Click "Publish Branch"
- On the Github Desktop app, click "Create Pull Request"
- You'll be redirected to github.com website
- Click on "Create pull request"
- Review the changes
- Click on Merge pull request
- Click on Confirm merge
- Go to the Actions tab of your repository
- Check the current running jobs
- When the build and deployment complete, click the generated URL for your page
- Check if your changes were applied
Congratulations, you've deployed your first website with Github 🚀 🎉