Follow the steps below to deploy to GitHub Pages
-
Create a new branch called
deployed-version
and switch to it with the following command:$ git checkout -b deployed-version
-
Push your changes to your remote repository on a new branch called
deployed-version
$ git push origin deployed-version
-
Confirm that the GitHub Pages branch is set to
deployed-version
in the GitHub UI by going to Settings --> Pages --> Source -
Navigate to
https://{your-user-name}.github.io/weather-report/
to see your deployed site.