GitHub Pages HTML Site Deploy Script for CircleCI

A test and demo project of a script that will deploy a static HTML site to GitHub Pages on commit.

This is the site that has been deployed.

The Git repository to deploy this site can be found at https://github.com/eldarlabs/ghpages-deploy-script

It is a test repository to trigger the recration of the Cycle-UI demo website.

Cool. It worked first time. Now let's see if this updates after a commit to index.html

Sweet, the commit worked. Now let's see if we can trigger it from CircleCI.

After some reworking, I think CircleCI triggers should now rebuild gh-pages correctly

Added GitHub environment variables to CircleCI

Wow, that was a lot of messing around! I ended up making a GitHub machine user to get write access to the repo.