parent
12b47cc037
commit
c239746363
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue