|
@@ -19,7 +19,7 @@ DOCDIR="$DIR/../.."
|
|
|
|
|
|
if [ ! "$(which hugo)" ]; then
|
|
if [ ! "$(which hugo)" ]; then
|
|
echo "Hugo is not yet installed. Doc generation is skipped."
|
|
echo "Hugo is not yet installed. Doc generation is skipped."
|
|
- exit -1
|
|
|
|
|
|
+ exit 0
|
|
fi
|
|
fi
|
|
|
|
|
|
DESTDIR="$DOCDIR/target/classes/webapps/docs"
|
|
DESTDIR="$DOCDIR/target/classes/webapps/docs"
|