Exclude vendor folder from jekyll build

Project: http://git-wip-us.apache.org/repos/asf/incubator-toree-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-toree-website/commit/69976527
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-toree-website/tree/69976527
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-toree-website/diff/69976527

Branch: refs/heads/master
Commit: 6997652718b794c90cb752b29d674109d69e0d93
Parents: 7e5cfce
Author: Luciano Resende <lrese...@apache.org>
Authored: Wed Aug 8 19:55:42 2018 -0700
Committer: Luciano Resende <lrese...@apache.org>
Committed: Wed Aug 8 19:55:42 2018 -0700

----------------------------------------------------------------------
 site/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree-website/blob/69976527/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index 1527570..2b90427 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -25,7 +25,7 @@ analytics_google_universal_tracking_id : UA-116672460-1
 
 repository: https://github.com/apache/incubator-toree-website
 destination: target
-exclude: [README.md,Gemfile*]
+exclude: [README.md,Gemfile*,vendor]
 keep_files: [".git", ".svn", "apidocs"]
 
 # The base path where the website is deployed

Reply via email to