Thursday, September 3, 2026

Turning GitHub pages as live websites

  • Create the repository on GitHub.
a) Click → New repository
b) Give it a name, e.g. reinforcement-learning-game
c) Choose Public if you're using GitHub Free.
d) Click Create repository.

  • Upload your files in the repository's main folder.
  • Turn on GitHub Pages.

a) In the repository: Settings → Pages

b) Under Build and deployment:

  •    Source: Deploy from a branch
  •    Select Branch: main Folder: / (root)
  •    Click Save.

  • Get your webpage URL.

a) Repository URL: Shows your source files and GitHub repository.

      https://github.com/BinoyThomas1108/ReInforcement-Learning-1

b) Live webpage URL: Runs your index.html as a webpage.

      https://binoythomas1108.github.io/ReInforcement-Learning-1/