Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First change deploy #96

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1-node-browsers

steps:
- checkout

- run:
name: build dependencies
command: bundle install

- run:
name: build the jekyll site
command: bundle exec jekyll build

- run:
name: Print the Current Time
command: date
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Wired Brain Coffee
logo: "/images/company-logo.png?raw=true"
description: >
first description
High quality, slow roasted, yum
<br><br>
60 State Street
Suite 800
Expand Down