Skip to content
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@ jobs:
executor: ci-executor
steps:
- checkout

- run:
name: build dependencies
command: bundle install

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

- run:
name: notify build is finished
command: echo "The build is finished!"
4 changes: 3 additions & 1 deletion docs/01_getting_ready_for_class.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ layout: default
title: Getting ready for class
---

The time is: undefined

## Getting Ready for Class
While you are waiting for class to begin, please take a few minutes to set up your local work environment.
While you are waiting for class to begin, please take a few minutes to set up your local work environment.