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

yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new ca2254eda5 [GLUTEN-9860][VL] convert markdown to html doc (#9991)
ca2254eda5 is described below

commit ca2254eda51a37b4dae7f8672735f31896ba5442
Author: Yuan <[email protected]>
AuthorDate: Tue Jun 17 09:59:10 2025 +0100

    [GLUTEN-9860][VL] convert markdown to html doc (#9991)
    
    * [VL] convert doc to html
    
    Signed-off-by: Yuan <[email protected]>
    
    * test
    
    Signed-off-by: Yuan <[email protected]>
    
    * upload _site
    
    Signed-off-by: Yuan <[email protected]>
    
    * revert to push only
    
    Signed-off-by: Yuan <[email protected]>
    
    ---------
    
    Signed-off-by: Yuan <[email protected]>
---
 .github/workflows/nightly_sync.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/nightly_sync.yml 
b/.github/workflows/nightly_sync.yml
index 0d248cd317..723e975a0d 100644
--- a/.github/workflows/nightly_sync.yml
+++ b/.github/workflows/nightly_sync.yml
@@ -26,11 +26,13 @@ jobs:
 
     steps:
       - uses: actions/checkout@master
+      - name: build doc
+        uses: actions/jekyll-build-pages@v1
       - name: rsync
         uses: burnett01/[email protected]
         with:
           switches: -avzr
-          path: docs/*
+          path: docs/_site
           remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/gluten/docs/
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
           remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to