Hello, I have a technical question to ask regarding serving an .html webpage from inside a git repository. In this setup, I have to make the .html page contents viewable on a browser open to outside traffic without using web server programs hosted on my local machine. The role of my local machine is to push newer files to the git repository while the software located inside that directory serves the content to the outside world that can be accessed by clicking or typing their own co-respective URLs on their browser. I want to test this setup in order to learn how websites works but I have no idea how to pull this off, do you have any directions to provide in order to help me build this setup?