This is an automated email from the ASF dual-hosted git repository.
kou 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 1d0ef912f60 [Website] Clean up unecessary skip of `datafusion` and
`datafusion-python` (#337)
1d0ef912f60 is described below
commit 1d0ef912f60390bf22677b8ee657dd5dde2e909b
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Mar 22 22:34:22 2023 +0100
[Website] Clean up unecessary skip of `datafusion` and `datafusion-python`
(#337)
Per @kou 's suggestion
https://github.com/apache/arrow-site/pull/336#issuecomment-1478619475
We are now serving datafusion content from the datafusion-repo -- see
https://github.com/apache/arrow-datafusion/issues/5500
---
.github/workflows/deploy.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 0049bc5d8e1..c2fd9927ac0 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -101,8 +101,6 @@ jobs:
--exclude '/.git/' \
--exclude '/ballista/' \
--exclude '/docs/' \
- --exclude '/datafusion/' \
- --exclude '/datafusion-python/' \
../build/ \
./
rsync \