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

raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7fe0b7adca3 Remove no longer needed build/docs/ sync (#490)
7fe0b7adca3 is described below

commit 7fe0b7adca3480aeec228fa97a4be17bf7264f28
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Mar 19 17:24:26 2024 +0900

    Remove no longer needed build/docs/ sync (#490)
    
    fix #488
    
    All docs/ contents are built by Sphinx in apache/arrow after #485.
---
 .github/workflows/deploy.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index ad278f1bb6c..54f74eb1cc8 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -103,10 +103,6 @@ jobs:
             --exclude '/docs/' \
             ../build/ \
             ./
-          rsync \
-            -a \
-            ../build/docs/ \
-            docs/
           touch .nojekyll
           if [ "$(git status --porcelain)" != "" ]; then
             # There are changes to the built site

Reply via email to