mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
Update helpers.js
This commit is contained in:
parent
6264f5685c
commit
322d031482
@ -29,7 +29,7 @@ export async function stashContentFolder(contentFolder) {
|
|||||||
verbatimSymlinks: true,
|
verbatimSymlinks: true,
|
||||||
preserveTimestamps: true,
|
preserveTimestamps: true,
|
||||||
})
|
})
|
||||||
await fs.promises.rm(contentFolder, { force: true, recursive: true })
|
// await fs.promises.rm(contentFolder, { force: true, recursive: true })
|
||||||
}
|
}
|
||||||
|
|
||||||
export function gitPull(origin, branch) {
|
export function gitPull(origin, branch) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user