1

I'm trying to host my webpages into GitHub pages but it seems to only show my Readme file.

GitHub repo: https://github.com/tomertal3/asafwle

Website:

https://tomertal3.github.io/asafwle/

tomertal
  • 11
  • 1

1 Answers1

0

As long as your publishing source is the gh-pages branch, folder "root", your GItHub Pages website should reflect your gh-pages branches.

Add to that branch a .nojekyll file, your site should be published as is.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250