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

JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ed0ae1b6a feat: add docs for mosaic
ed0ae1b6a is described below

commit ed0ae1b6af80b899b9236c96abe2457529f7f7f6
Author: JingsongLi <[email protected]>
AuthorDate: Tue May 19 19:46:50 2026 +0800

    feat: add docs for mosaic
---
 .github/workflows/build.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 84d07b162..c291d4677 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -131,6 +131,15 @@ jobs:
           mkdir -p docs/rust
           cp -r /tmp/paimon-rust-site/* docs/rust/
 
+      - name: Clone Paimon Mosaic repo
+        run: git clone --depth 1 https://github.com/apache/paimon-mosaic.git 
/tmp/paimon-mosaic
+
+      - name: Build Paimon Mosaic docs
+        run: |
+          rm -rf docs/mosaic
+          mkdir -p docs/mosaic
+          cp -r /tmp/paimon-mosaic/docs/* docs/mosaic/
+
       - name: Push to github
         run: |
           git add -A

Reply via email to