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

chengpan 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 d7bbb6c2 Fix docs for 0.4.1
d7bbb6c2 is described below

commit d7bbb6c247aa6ebc3d17fe4ef4754fc92e90af8c
Author: Cheng Pan <[email protected]>
AuthorDate: Wed May 22 20:15:30 2024 +0800

    Fix docs for 0.4.1
---
 .github/workflows/site.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml
index df30dc5b..9f4729ce 100644
--- a/.github/workflows/site.yaml
+++ b/.github/workflows/site.yaml
@@ -55,7 +55,7 @@ jobs:
       - run: ./.github/bin/build_docs.sh 
'v0.2.1-incubating/incubator-celeborn-0.2.1-incubating-tm.tar.gz' 
'0.2.1-incubating'
       - run: ./.github/bin/build_docs.sh 
'v0.3.2-incubating/incubator-celeborn-0.3.2-incubating-tm.tar.gz' 
'0.3.2-incubating'
       - 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 'v0.4.1/v0.4.1.tar.gz' '0.4.1'
+      - run: ./.github/bin/build_docs.sh 'v0.4.1.tar.gz' '0.4.1'
       - run: |
           echo 'publish:'           >> .asf.yaml
           echo '  whoami: asf-site' >> .asf.yaml

Reply via email to