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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git

commit 0088b0cbe08228084bbd1765f3af283952120777
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sun Nov 10 21:55:15 2019 +0300

    Site: exclude "site/target" from Jekyll build
    
    It prevents generation of unwanted site/target/avatica/target directory
---
 site/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_config.yml b/site/_config.yml
index 6af763a..1deecde 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -19,7 +19,7 @@ excerpt_separator: ""
 
 repository: https://github.com/apache/calcite-avatica
 destination: target/avatica
-exclude: [README.md,Gemfile*,add-avatica-go-docs.sh,docker-compose.yml]
+exclude: [README.md,Gemfile*,add-avatica-go-docs.sh,docker-compose.yml,target]
 keep_files: [".git", ".svn", "apidocs", "testapidocs"]
 
 collections:

Reply via email to