mirror of https://github.com/apache/lucene.git
SOLR-13145 fail faster and more clearly when Jekyll is not available for ref guide build
This commit is contained in:
parent
c0d8b75be9
commit
68ed797c94
|
@ -296,7 +296,7 @@
|
|||
<target name="-build-site"
|
||||
depends="build-init,build-nav-data-files" >
|
||||
<echo>Running Jekyll...</echo>
|
||||
<exec executable="jekyll" dir="${build.content.dir}">
|
||||
<exec executable="jekyll" dir="${build.content.dir}" failonerror="true">
|
||||
<arg value="build"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
|
Loading…
Reference in New Issue