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 5771db55cc [GLUTEN-9860][VL] Sync docs to apache nightly (#9875)
5771db55cc is described below

commit 5771db55cc895ec354c2ed44822e4e7d8329ce69
Author: Yuan <[email protected]>
AuthorDate: Fri Jun 6 03:41:53 2025 +0100

    [GLUTEN-9860][VL] Sync docs to apache nightly (#9875)
    
    This patch upload docs to apache nightly: https://nightlies.apache.org/
    
    Signed-off-by: Yuan <[email protected]>
---
 .github/workflows/nightly_sync.yml | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/.github/workflows/nightly_sync.yml 
b/.github/workflows/nightly_sync.yml
new file mode 100644
index 0000000000..18312e80e9
--- /dev/null
+++ b/.github/workflows/nightly_sync.yml
@@ -0,0 +1,38 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+name: Upload docs to apache nightly
+
+on:
+  push:
+    paths:
+      - 'docs/**'
+      - '.github/workflows/nightly_sync.yml'
+jobs:
+  upload_to_nightlies:
+    runs-on: ubuntu-latest
+
+    steps:
+      - uses: actions/checkout@master
+      - name: rsync
+        uses: 
burnett01/rsync-deployments@3cccb6851148e6198ed9ed89eb0d1c17b5e58cc7
+        with:
+          switches: -avzr
+          path: docs/*
+          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/gluten/docs
+          remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
+          remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
+          remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
+          remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}


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

Reply via email to