2

I deleted from remote and re-uploaded the code for my github webpage (branch gh-pages) i was hosting my site on with the following:

git push origin :gh-pages git push origin gh-pages

I am now getting a 404 error. My repo is about 920MB (under the 1GB Github Page limit). Anyone have an idea on what could be going wrong?

Bobby
  • 23
  • 6

1 Answers1

0

Note that you could change your repo settings to pick up your pages from a docs folder in the master branch: that could be easier to maintain.

But regarding gh-pages, check if one of the answers mentioned in "How to fix page 404 on Github Page?" applies, in particular regarding the case of the files (lower/upercase)

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