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

gurwls223 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2a01090  Change `jekyll build` to `bundle exec jekyll build`
2a01090 is described below

commit 2a0109089d986e4ef403ea7a599f6bc84f454938
Author: Yikun Jiang <yikunk...@gmail.com>
AuthorDate: Fri Feb 26 20:55:10 2021 +0900

    Change `jekyll build` to `bundle exec jekyll build`
    
    Author: Yikun Jiang <yikunk...@gmail.com>
    
    Closes #315 from Yikun/patch-1.
---
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5121ede..ae08529 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1 +1 @@
-*Make sure that you generate site HTML with `jekyll build`, and include the 
changes to the HTML in your pull request also. See README.md for more 
information. Please remove this message.*
+*Make sure that you generate site HTML with `bundle exec jekyll build`, and 
include the changes to the HTML in your pull request also. See README.md for 
more information. Please remove this message.*


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to