From cbf707dc56214e4128570553590fc728f0484246 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 6 Dec 2020 14:17:41 +0800 Subject: [PATCH] Update runner tool allow LAN access Jekyll --- tools/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run.sh b/tools/run.sh index 7473699..7bc2877 100755 --- a/tools/run.sh +++ b/tools/run.sh @@ -7,5 +7,5 @@ # © 2020 Cotes Chung # MIT Licensed -bundle exec jekyll s -l -o +bundle exec jekyll s -H 0.0.0.0 -l