Skip to content

Files

Latest commit

b8174bf · Oct 28, 2024

History

History
18 lines (15 loc) · 856 Bytes

deploy.md

File metadata and controls

18 lines (15 loc) · 856 Bytes

Deploying to GitHub Pages

Follow the steps below to deploy to GitHub Pages

  1. Create a new branch called deployed-version and switch to it with the following command:

    $ git checkout -b deployed-version
  2. Push your changes to your remote repository on a new branch called deployed-version

    $ git push origin deployed-version
  3. Confirm that the GitHub Pages branch is set to deployed-version in the GitHub UI by going to Settings --> Pages --> Source

  4. Navigate to https://{your-user-name}.github.io/weather-report/ to see your deployed site.

Resources