From 32d1e5108d6819f222e67b73e7d9287745bf7663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=98=D0=B2=D0=B0=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2?= Date: Tue, 17 Jun 2025 20:40:49 +0300 Subject: [PATCH] edit updater --- update-site.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-site.bat b/update-site.bat index af964be..4f7c510 100644 --- a/update-site.bat +++ b/update-site.bat @@ -1,5 +1,5 @@ @echo off -cd /d C:\kb-personal +cd /d 'C:\! srv1c\Projects\kb-personal' echo Updating project... git reset --hard @@ -9,5 +9,5 @@ call python ".\add-cyr-slug.py" ".\src\content\docs\knowledge-base" call npm install call npm run build -robocopy dist C:\Apache24\htdocs\kb-personal /MIR /NP /NFL /NDL +robocopy dist 'C:\! srv1c\Apache24\htdocs' /MIR /NP /NFL /NDL exit /b 0 \ No newline at end of file