This is an automated email from the ASF dual-hosted git repository.
yao 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 1450779255 [VL] fix trailing / (#9899)
1450779255 is described below
commit 145077925582b3b59391f4f90f510b9a4e986327
Author: Yuan <[email protected]>
AuthorDate: Fri Jun 6 12:08:14 2025 +0100
[VL] fix trailing / (#9899)
Signed-off-by: Yuan <[email protected]>
---
.github/workflows/nightly_sync.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly_sync.yml
b/.github/workflows/nightly_sync.yml
index 123ca3cdc7..0d248cd317 100644
--- a/.github/workflows/nightly_sync.yml
+++ b/.github/workflows/nightly_sync.yml
@@ -31,7 +31,7 @@ jobs:
with:
switches: -avzr
path: docs/*
- remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/gluten/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 }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]