Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Preface exec jekyll with bundle install
Browse files Browse the repository at this point in the history
Preface the `bundle exec jekyll serve` command with a `bundle install`
to ensure that all required dependencies are installed before we attempt
to use them.
  • Loading branch information
pbrown719 committed Oct 24, 2017
1 parent 5c2f327 commit 2c03a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell-scripts/run-docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

cd docs
bundle install
bundle exec jekyll serve

0 comments on commit 2c03a6d

Please sign in to comment.