Use bundle exec in CI guide. [ci skip]

h/t @ndarville
Ref: #2432
This commit is contained in:
Parker Moore 2014-06-27 17:10:06 -04:00
parent 12b47cc037
commit c239746363
1 changed files with 3 additions and 2 deletions

View File

@ -40,9 +40,10 @@ or write a Ruby script which utilizes the gem.
{% highlight bash %} {% highlight bash %}
#!/usr/bin/env bash #!/usr/bin/env bash
set -e # halt script on error
jekyll build bundle exec jekyll build
htmlproof ./_site bundle exec htmlproof ./_site
{% endhighlight %} {% endhighlight %}
Some options can be specified via command-line switches. Check out the Some options can be specified via command-line switches. Check out the