This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 481e5fa  update
481e5fa is described below

commit 481e5fa749c09e69edceb17ae248221c900e2866
Author: LiLi <[email protected]>
AuthorDate: Wed Jan 26 18:48:15 2022 +0800

    update
    
    Signed-off-by: LiLi <[email protected]>
---
 site2/website-next/scripts/split-version-build.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/site2/website-next/scripts/split-version-build.sh 
b/site2/website-next/scripts/split-version-build.sh
index 8eceebd..829df08 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -22,6 +22,11 @@ while read version; do
     fi
 done <scripts/.versions
 
+echo "latest version begin build..."
+echo "[\"${latest}\"]" >versions.json
+yarn build
+echo "latest version build done..."
+
 while read version; do
     if [[ $@ == *website-next/versioned_docs/version-$version* ]]
     then

Reply via email to