You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/11/29 17:19:28 UTC

[arrow-site] branch master updated: do not delete /datafusion-python (#278)

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

agrove 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 d2446b758c7 do not delete /datafusion-python (#278)
d2446b758c7 is described below

commit d2446b758c74b8eea5d88a42b2e5418b25bb3f2a
Author: Andy Grove <an...@gmail.com>
AuthorDate: Tue Nov 29 10:19:23 2022 -0700

    do not delete /datafusion-python (#278)
---
 .github/workflows/deploy.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index f61600e0dce..b79a35a6b9d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -102,6 +102,7 @@ jobs:
             --exclude '/ballista/' \
             --exclude '/docs/' \
             --exclude '/datafusion/' \
+            --exclude '/datafusion-python/' \
             ../build/ \
             ./
           rsync \