This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/causeway-site.git
commit 2221dbf9952ccefc6b294e6a95f1b7b05ab7cb88 Author: Dan Haywood <[email protected]> AuthorDate: Tue Jul 2 14:47:17 2024 +0100 updates preview.sh --- preview.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/preview.sh b/preview.sh index 89c34665b..75e4d4ee3 100644 --- a/preview.sh +++ b/preview.sh @@ -1,2 +1,3 @@ -#!/usr/bin/env bash -pushd content && serve -p 4000 && popd +pushd content +serve -p 4000 . +popd
