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
commit 258cfa83d99e1ed9e5f0a67842869135f04c752d 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..0d747ed7 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 'tags/v0.4.1.tar.gz' '0.4.1' - run: | echo 'publish:' >> .asf.yaml echo ' whoami: asf-site' >> .asf.yaml
