2024-09-30
This commit is contained in:
parent
00acb3beeb
commit
0cba400c21
1 changed files with 1 additions and 1 deletions
2
serve.sh
2
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue