From 9ca4291e06060fa8c16087a4b4b389ed27ad1cb1 Mon Sep 17 00:00:00 2001 From: golovin Date: Tue, 1 Oct 2024 18:02:31 +0300 Subject: [PATCH] 2024-09-30 --- serve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"