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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git

commit d995d6053353cc164a1356016f779fe8fb16366d
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Mon Oct 14 11:33:18 2019 +0100

    make serve.sh use incremental build to be consistent with build.sh
---
 serve.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/serve.sh b/serve.sh
index d7ab268..928abcf 100755
--- a/serve.sh
+++ b/serve.sh
@@ -1,4 +1,4 @@
 set -e
-jekyll serve -s ./src -d content/
+jekyll serve --incremental -s ./src -d content/
 set +e
 

Reply via email to