diff --git a/build-docs.sh b/build-docs.sh index 52e43eb54f1c114f07b42b29a560ae4c034bf647..fba2afc76609716172f53c8bb0125c579a99d8d9 100644 --- a/build-docs.sh +++ b/build-docs.sh @@ -88,6 +88,7 @@ done # finalization echo "===================================================" -echo "Moving redirect to /" +echo "Moving HTML redirect and JSON versions to /" cp ./final/${APP_VERSION}/redirect.html ./final/index.html +cp ./final/${APP_VERSION}/versions.json ./final/versions.json echo "==================================================="