From 81fc4a93e08163eebfe6f372f0c61d89dd4d31f4 Mon Sep 17 00:00:00 2001 From: xfei33 <112807413+xfei33@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:05:00 +0800 Subject: [PATCH] Update handlers.js --- quartz/cli/handlers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/cli/handlers.js b/quartz/cli/handlers.js index 12e7e8ec9..23a74eac4 100644 --- a/quartz/cli/handlers.js +++ b/quartz/cli/handlers.js @@ -528,7 +528,7 @@ export async function handleSync(argv) { } } - await popContentFolder(contentFolder) + // await popContentFolder(contentFolder) if (argv.push) { console.log("Pushing your changes") const res = spawnSync("git", ["push", "-uf", ORIGIN_NAME, QUARTZ_SOURCE_BRANCH], {