Deploying Jekyll Site To GitHub Pages With CircleCI
Deploy Jekyll site to GitHub Pages with CircleCI: Set up custom gems, automate deployment & testing with CircleCI config file & setup script for seamless auto-publishing.
Have you ever seen this error when you tried to deploy your Jekyll site to GitHub Pages? One of the reasons is that some of the gems in your Gemfile are not supported by GitHub Pages. There is a way to have custom gems by setting up your own continuous delivery. In this post we will use CircleCI to solve the problem. With CircleCI, auto-publishing your site on GitHub Pages is as easy as drinking a coffee. Requirements: GitHub account (you obviously have one already) Repository with the name {username}.github.io Next steps: Create repository on GitHub Create configuration f...