Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Update docs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Apr 16, 2019
1 parent 94f6561 commit d4699fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
19 changes: 19 additions & 0 deletions docs/.circle/config.yml
@@ -0,0 +1,19 @@
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.3-jessie-node-browsers-legacy
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "Gemfile.lock" }}
- run:
name: Install dependencies
command: bundle check || bundle install
- save_cache:
key: dependency-cache-{{ checksum "Gemfile.lock" }}
paths:
- vendor/bundle
- run:
name: Build documentation
command: bundle exec jekyll build
7 changes: 0 additions & 7 deletions docs/circle.yml

This file was deleted.

0 comments on commit d4699fd

Please sign in to comment.