This is my first post here, having spend some time trying to convert my site to Jekyll. I had it working well locally, and then struck trouble when I tried to deploy to GitHub pages.
Firstly, is deploying Jekyll sites to GitHub pages the most common deployment approach?
I’m noting here that I found a good alternative to GitHub Pages. That is render. Their Jekyll Quickstart page was helpful. The only thing I had to change in the build command was to include a prefix to indicate a production environment as follows:
probably but like you found there are other ways and those may not have the limitations that GH pages has. AWS amplify works well, Netlify and Vercel are probably just as easy.