I keep getting build and deployment errors while trying to publish my gh pages, it works locally, does anyone could help me?
I'm using Jekyll al-folio for my webpage. and the error I'm getting while trying to publish my gh pages is:
github-pages can't satisfy your Gemfile's dependencies.
let me know if you need any more information.
I did everything that I could find, I myself had the same problem almost a year ago and I posted the solution, but that's not working for me anymore. I used bundle update
according to one solution to get an updated gemfile.lock but it didn't work either.
According to one comment, since I didn't have any gh-pages branch, I created one, and changed the branch in pages setting from main to gh-pages, I still get the same error message, and build and deployment fails.
al-folio
GitHub issue: github.com/alshedivat/al-folio/issues/1208. This comment seems to solve this for others in this thread i.e. "in the Settings of your repository, in the Pages section, set the branch togh-pages
". – Melodic