1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

Add more option to script tool.

This commit is contained in:
Cotes Chung 2020-08-21 13:43:10 +08:00
parent 31ac709e04
commit 3ddf5047b5

View File

@ -17,7 +17,7 @@ WORK_DIR=$(dirname $(dirname $(realpath "$0")))
CONTAINER=.container
SYNC_TOOL=_scripts/sh/sync_monitor.sh
cmd="bundle exec jekyll s"
cmd="bundle exec jekyll s -l -o"
realtime=false