Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pushed .nojekyll file to Github pages, no effect?

I'm trying to push some Sphinx-generated docs to Github pages. I've found out that Jekyll removes the folders with an underscore; since I wasn't using it anyway I added a .nojekyll file to the folder, committed and pushed. However, nothing is happening yet. Did I do something wrong, does the process normally take some time, or should I force the page to rebuild in some other way? Thanks.

like image 272
Okarin Avatar asked Nov 17 '17 18:11

Okarin


1 Answers

The problem was solved after another commit and push of a seemingly unrelated change. It was probably just Github pages not rebuilding the site and once a build was forced it was all fixed. Issue closed for me.

like image 189
Okarin Avatar answered Oct 07 '22 00:10

Okarin