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

ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 624e4b316 update latest version to 0.5.1
624e4b316 is described below

commit 624e4b3162f354476194f897946a1405d11393a3
Author: mingji <[email protected]>
AuthorDate: Mon Jul 29 16:56:09 2024 +0800

    update latest version to 0.5.1
---
 .github/workflows/site.yaml | 1 +
 mkdocs.yml                  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml
index 15632b4ff..66a920780 100644
--- a/.github/workflows/site.yaml
+++ b/.github/workflows/site.yaml
@@ -57,6 +57,7 @@ jobs:
       - run: ./.github/bin/build_docs.sh 
'v0.4.0-incubating/incubator-celeborn-0.4.0-incubating-tm.tar.gz' 
'0.4.0-incubating'
       - run: ./.github/bin/build_docs.sh 'tags/v0.4.1.tar.gz' '0.4.1'
       - run: ./.github/bin/build_docs.sh 'tags/v0.4.2.tar.gz' '0.4.2'
+      - run: ./.github/bin/build_docs.sh 'tags/v0.5.1.tar.gz' '0.5.1'
       - run: |
           echo 'publish:'           >> .asf.yaml
           echo '  whoami: asf-site' >> .asf.yaml
diff --git a/mkdocs.yml b/mkdocs.yml
index 14e38c04f..f2c53d1da 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -51,7 +51,7 @@ markdown_extensions:
 
 extra:
   version: 0.6.0-SNAPSHOT
-  stable_version: 0.5.0
+  stable_version: 0.5.1
   social:
     - icon: fontawesome/brands/github
 

Reply via email to