-
DescriptionHi all, What is the recommended flow for publishing blog posts with Quarto? I thought about opening a branch for each post before publishing it. Do you have any thoughts or resources on the subject? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jun 3, 2023
Replies: 1 comment 3 replies
-
I personally do everything (or almost) via Pull Request. There is no such thing as "recommended workflow" or if there is one, it's the one that suits you. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
uriahf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I personally do everything (or almost) via Pull Request.
And using Netlify to build preview website on my PRs.
There is no such thing as "recommended workflow" or if there is one, it's the one that suits you.