You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2019/10/14 10:47:11 UTC

[activemq-website] 02/04: make serve.sh use incremental build to be consistent with build.sh

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 <ro...@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