I am using the gem \"jekyll-assets\" on my site and it fails when pushing to github pages. I have read that a way around this is to build the site locally, which builds just
You need to push only the content of the _site
folder. Nothing else, nor the folder itself.
If you are setting up a project site, push the content to the gh-pages
branch. If it's your user website, the repo must be named username.github.io
and your site root needs to be the master
branch.
Let me know how it goes! :)
Hope to have helped!