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

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


The following commit(s) were added to refs/heads/master by this push:
     new 027b59b  MINOR: [Website] Keep the datafusion subdirectory during 
deployment (#151)
027b59b is described below

commit 027b59bf29b78f0a3a2023bf4efdf1a6179e0b5f
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Wed Sep 22 08:25:49 2021 +0200

    MINOR: [Website] Keep the datafusion subdirectory during deployment (#151)
    
    * Keep the datafusion subdirectory during deployment
    
    * Don't rsync from newly generated jekyll directory
---
 .github/workflows/deploy.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 72d2dcd..38ced85 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -99,6 +99,7 @@ jobs:
             --delete \
             --exclude '/.git/' \
             --exclude '/docs/' \
+            --exclude '/datafusion/' \
             ../build/ \
             ./
           rsync \

Reply via email to