Fixes #3480 Show how to install and use html-proofer without Gemfile

This commit is contained in:
William Entriken 2015-03-27 08:48:55 -04:00
parent 391a672ac4
commit 18209ff78c
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ customizable. If your script won't change much, you can write your test
incantation here directly: incantation here directly:
{% highlight yaml %} {% highlight yaml %}
install: gem install jekyll html-proofer
script: jekyll build && htmlproof ./_site script: jekyll build && htmlproof ./_site
{% endhighlight %} {% endhighlight %}