diff --git a/scripts/website-build.sh b/scripts/website-build.sh index dbcdeb79a..7b8e003d2 100644 --- a/scripts/website-build.sh +++ b/scripts/website-build.sh @@ -10,7 +10,7 @@ echo "Build gh-pages" mkdir ../plugins/org.obeonetwork.m2doc.doc/doc # download the nighlty documentation echo " - Download nightly documentation" -wget -r --no-parent --no-host-directories --no-verbose -P ../plugins/org.obeonetwork.m2doc.doc/doc/ https://www.m2doc.org/ref-doc/ / +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