Skip to content

Commit

Permalink
readme fixes, force
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Aug 3, 2023
1 parent fdf1e2a commit 6457496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Please note that v4 is still beta software and will probably contain bugs. Use w

**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)
2 changes: 1 addition & 1 deletion quartz/bootstrap-cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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!"))
Expand Down

0 comments on commit 6457496

Please sign in to comment.