2019-08-19T16:06:59+00:00 Deploy new site

This commit is contained in:
Circle CI 2019-08-19 16:06:59 +00:00
commit bd8f1a14b3
23 changed files with 26285 additions and 24 deletions

View file

@ -4,8 +4,8 @@ jobs:
branches:
only: [master]
working_directory: /tmp/danielrayjones
machine:
enabled: true
docker:
- image: ruby:2.6.3
steps:
- checkout
- run:
@ -18,7 +18,9 @@ jobs:
git config --global user.name "Circle CI"
- run:
name: Install dependencies
command: bundle install
command: |
gem install bundler:2.0.2
bundle check || bundle install
- run:
name: Creating build directory
command: git clone -b gh-pages `git remote get-url origin` _site