You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/09/09 21:42:33 UTC

[isis] 02/11: removes --local from call to serve (antora preview.sh)

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

danhaywood pushed a commit to branch v2-antora
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 5253d68a038af5b7c7c13e3af47b6b6670816fae
Author: Dan Haywood <da...@apache.org>
AuthorDate: Thu Aug 22 12:55:28 2019 +0100

    removes --local from call to serve (antora preview.sh)
    
    not all versions of serve support this flag.
---
 preview.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/preview.sh b/preview.sh
index cb45623..2b9ac0d 100644
--- a/preview.sh
+++ b/preview.sh
@@ -1,4 +1,4 @@
 #!/usr/bin/env bash
 rm -rf antora/target/site \
 && antora site.yml $@ \
-&& serve --local antora/target/site
+&& serve antora/target/site