This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/causeway-site.git
commit 5532c12e2d3760f0e406aea64ecd97f8eb7a6585 Author: Dan Haywood <[email protected]> AuthorDate: Tue Jun 4 10:25:09 2024 +0100 updates preview.sh --- preview.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/preview.sh b/preview.sh index 921132826..75e4d4ee3 100755 --- a/preview.sh +++ b/preview.sh @@ -1 +1,3 @@ -serve -p 4000 content +pushd content +serve -p 4000 . +popd
