From 5968fcb598fb9a6b56258482b9a3f17df076ef69 Mon Sep 17 00:00:00 2001 From: wakadakawaka Date: Mon, 16 Jun 2025 21:52:11 +0500 Subject: [PATCH] edit --- update-site.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-site.bat b/update-site.bat index 0cf9a7f..af964be 100644 --- a/update-site.bat +++ b/update-site.bat @@ -5,7 +5,7 @@ echo Updating project... git reset --hard git clean -fd git pull -call python ".\add-slug.py" ".\src\content\docs\knowledge-base" +call python ".\add-cyr-slug.py" ".\src\content\docs\knowledge-base" call npm install call npm run build