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