diff --git a/update-site.bat b/update-site.bat index f61385a..0cf9a7f 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 "C:\scripts\add-slug.py" "C:\kb-personal\src\content\docs\knowledge-base" +call python ".\add-slug.py" ".\src\content\docs\knowledge-base" call npm install call npm run build