diff --git a/serve.sh b/serve.sh index 55b689c..a47e006 100755 --- a/serve.sh +++ b/serve.sh @@ -1,4 +1,4 @@ #!/bin/bash echo "Локальное развёртывание для проверки корректности сборки." -jekyll serve --skip-initial-build --disable-disk-cache --host localhost +jekyll serve --skip-initial-build --no-watch --disable-disk-cache --host localhost echo "Адрес сервера: http://localhost:4000"