disable docs app refresh by default

This commit is contained in:
Jonathan Shook
2020-03-23 16:18:04 -05:00
parent 3d95bf38ab
commit 59eb722e2b
4 changed files with 12 additions and 12 deletions

View File

@@ -12,13 +12,13 @@ fi
if [ ! -d "target/guidebook" ]
then
pushd ../docsys/src/main/node/docsys || exit 1
if ! ./update.sh "$@"
then
printf "Unable to update the guidebook static app\n"
exit 2;
fi
popd
# pushd ../docsys/src/main/node/docsys || exit 1
# if ! ./update.sh "$@"
# then
# printf "Unable to update the guidebook static app\n"
# exit 2;
# fi
# popd
cp -R ../docsys/src/main/resources/docsys-guidebook/ ${GUIDEBOOK}/
else