Skip to content

Commit

Permalink
Fixed website-build.sh nighlty to tag renames.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Sep 11, 2024
1 parent 85a7fbc commit 55e4d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/website-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55e4d68

Please sign in to comment.