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 2020/07/23 17:09:25 UTC

[activemq-website] branch jekyll-test-master updated: actually push build+serve script changes

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

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


The following commit(s) were added to refs/heads/jekyll-test-master by this push:
     new f0a53a8  actually push build+serve script changes
f0a53a8 is described below

commit f0a53a8892ebfd8611983daf1fb25efc4f739365
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Jul 23 18:09:12 2020 +0100

    actually push build+serve script changes
---
 build.sh | 2 +-
 serve.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 288e54f..3f43e81 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
 set -e
-jekyll build --incremental -d ./content
+jekyll build --incremental
 set +e
 
diff --git a/serve.sh b/serve.sh
index 202d9ae..74813a5 100755
--- a/serve.sh
+++ b/serve.sh
@@ -1,4 +1,4 @@
 set -e
-jekyll serve --incremental -d content/
+jekyll serve --incremental
 set +e