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/isis-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 503c0719f don't assume python...
503c0719f is described below
commit 503c0719ff69b20e0ccd176b2303269c0a18eb7e
Author: Dan Haywood <[email protected]>
AuthorDate: Thu Oct 6 11:51:34 2022 +0100
don't assume python...
---
preview.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/preview.sh b/preview.sh
index 0fad94039..3e413406a 100644
--- a/preview.sh
+++ b/preview.sh
@@ -1,2 +1,5 @@
#!/usr/bin/env bash
-python -m webbrowser -t http://localhost:4000 && pushd content && serve -p
4000 && popd
+
+#python -m webbrowser -t http://localhost:4000 && pushd content && serve -p
4000 && popd
+
+serve -p 4000 content