Fixes #3480 Show how to install and use html-proofer without Gemfile
This commit is contained in:
parent
391a672ac4
commit
18209ff78c
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue