Jacky Zhao
2023-08-03 6457496b4b8222d95d9b5ab47e8eda62d7241739
readme fixes, force
2 files modified
4 ■■■■ changed files
README.md 2 ●●● patch | view | raw | blame | history
quartz/bootstrap-cli.mjs 2 ●●● patch | view | raw | blame | history
README.md
@@ -9,6 +9,6 @@
**If you are looking for Quartz v3, you can find it on the [`hugo` branch](https://github.com/jackyzha0/quartz/tree/hugo).**
🔗 Read the documentation and setup instructions: https://quartz.jzhao.xyz/
🔗 Read the documentation and setup instructions: https://four.quartz.jzhao.xyz/
[Join the Discord Community](https://discord.gg/cRFFHYye7t)
quartz/bootstrap-cli.mjs
@@ -280,7 +280,7 @@
    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!"))