mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-01 06:28:14 +00:00
readme fixes, force
This commit is contained in:
parent
fdf1e2a41d
commit
6457496b4b
2 changed files with 2 additions and 2 deletions
quartz
|
@ -280,7 +280,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.
|
|||
await popContentFolder(contentFolder)
|
||||
if (argv.push) {
|
||||
console.log("Pushing your changes")
|
||||
spawnSync("git", ["push", ORIGIN_NAME, QUARTZ_SOURCE_BRANCH], { stdio: "inherit" })
|
||||
spawnSync("git", ["push", "-f", ORIGIN_NAME, QUARTZ_SOURCE_BRANCH], { stdio: "inherit" })
|
||||
}
|
||||
|
||||
console.log(chalk.green("Done!"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue