Theme working on localhost, but not on Github Pages

Hello everyone,

I have this site which I have successfully managed to deploy on GitHub pages, however it looks like the theme isn’t working, but it is when running locally

And the website is here: My Hugo Blog
Repo link: GitHub - nimthenimble/blog-deploy

Thanks in advance,
Hugo.

That’s quite unspecific, especially with just a screenshot that looiks quite ok.

First thing I noticed you committed your public folder, but build the side with an action

  • remove the public folder from your repo
  • add public to your .gitignore
  • push the changes
  • make sure your remote repo has no public folder

you have two actions:

  • Deploy Hugo Site : checks-outs - builds and deploys
  • pages-build and deploy: checks-out and deploys

=> these two will interfere, guess removing the latter one will help.

A post was split to a new topic: Need help with GitHub Pages