This is an automated email from the ASF dual-hosted git repository.
nicholasjiang 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 53ccc83f6 Add run build_docs.sh for v0.6.1 (#113)
53ccc83f6 is described below
commit 53ccc83f68c0665ebaf6fd62d621260999f995cd
Author: Nicholas Jiang <[email protected]>
AuthorDate: Wed Sep 10 19:46:07 2025 +0800
Add run build_docs.sh for v0.6.1 (#113)
---
.github/workflows/site.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml
index d49031560..2d3688e6d 100644
--- a/.github/workflows/site.yaml
+++ b/.github/workflows/site.yaml
@@ -63,6 +63,7 @@ jobs:
- run: ./.github/bin/build_docs.sh 'tags/v0.5.3.tar.gz' '0.5.3'
- run: ./.github/bin/build_docs.sh 'tags/v0.5.4.tar.gz' '0.5.4'
- run: ./.github/bin/build_docs.sh 'tags/v0.6.0.tar.gz' '0.6.0'
+ - run: ./.github/bin/build_docs.sh 'tags/v0.6.1.tar.gz' '0.6.1'
- run: |
echo 'publish:' >> .asf.yaml
echo ' whoami: asf-site' >> .asf.yaml