I have following github page displaying some HTML already: http://json-schema-faker.github.io/json-schema-faker/
this is the source repo (gh-pages
branch): https://github.com/json-schema-faker/json-schema-faker/tree/gh-pages
Although top-level directory files work perfectly fine:
the lower-level directories files don't work at all, e.g.
The files are there, uploaded in the repo in gh-pages
branch. What is wrong?
Github pages is using Jekyll as default site generator.
Default behavior for jekyll is to ignore folders and files with a name that begins with an underscore (except if you configure jekyll not to ignore them. See include key in documentation).
Fastest resolution : instruct gh-pages not to use jekyll to process and publish your pages, but just copy all your files on the web server.
To do so, just create an empty .nojekyll file at the root of your gh-pages branch. Push. And everything is OK.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With