diff --git a/deploy.ts b/deploy.ts index f8bdac3..997dc1b 100644 --- a/deploy.ts +++ b/deploy.ts @@ -30,7 +30,7 @@ const run = (command: string): Promise => { if (!args.includes("--skipBuild") && !args.includes("-sb")) await run("npm run build") await run("git add .") - await run(`git commit -m "${message}"`) + await run(`git commit -m " ${message} "`) await run("git push origin master") await new Promise((res, rej) => { console.log("🏃 Updating github pages")