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/isis-site.git
commit 41202b60dcfa9925aca181048d062b7f71f80125 Author: Dan Haywood <[email protected]> AuthorDate: Sun Feb 13 13:43:19 2022 +0000 simplies preview.sh script --- preview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preview.sh b/preview.sh index 0fad940..89c3466 100644 --- a/preview.sh +++ b/preview.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -python -m webbrowser -t http://localhost:4000 && pushd content && serve -p 4000 && popd +pushd content && serve -p 4000 && popd
