From f477d92e6485328269709933c86d3684ed70798b Mon Sep 17 00:00:00 2001 From: Yvan Lussaud Date: Fri, 23 Aug 2024 12:01:31 +0200 Subject: [PATCH] Make wget less verbose. --- scripts/website-build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/website-build.sh b/scripts/website-build.sh index 5d17d0588..23df02fb9 100644 --- a/scripts/website-build.sh +++ b/scripts/website-build.sh @@ -5,13 +5,12 @@ mkdir web-site cd web-site echo "Clone gh-pages" git clone https://$GH_TOKEN@github.com/ObeoNetwork/M2Doc.git -b gh-pages --quiet . -if [[ "$TAG" != "" ]]; then chmod a+x ./promote.sh; ./promote.sh $TAG; fi echo "Build gh-pages" # create documentation folder mkdir ../plugins/org.obeonetwork.m2doc.doc/doc # download the nighlty documentation echo " - Download nightly documentation" -wget -r --no-parent --no-host-directories -P ../plugins/org.obeonetwork.m2doc.doc/doc/ https://www.m2doc.org/ref-doc/nightly/ +wget -r --no-parent --no-host-directories --no-verbose -P ../plugins/org.obeonetwork.m2doc.doc/doc/ https://www.m2doc.org/ref-doc/nightly/ # replace nigthly by current tag if [ -n "$TAG" ]; then echo " - Replace Nightly to" $TAG @@ -23,7 +22,7 @@ echo " - Remove navigation bar" find ../plugins/org.obeonetwork.m2doc.doc/doc/ -name "*.html" -exec sed -i '/