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:
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:
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.