How to render all qmd files at once? #14764
Unanswered
fridarivera11
asked this question in
Q&A
Replies: 1 comment
|
Unclear to me what's your setup as you are mentioning "bunch of projects" and "publish a new project" without specifying what is a "project"or what you mean by "publish". Assumptions:
Then run Whether or not my assumptions are correct or not, in the future, please read the guidelines when opening a new discussions: https://github.com/orgs/quarto-dev/discussions/new?category=q-a |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
I have a bunch of projects on my github site that are accessible through a drop down menu. Each time I publish a new project I have to generate a new html file for each project and sync those changes. Is there any way to compile all of those renderings in a more efficient way instead of "previewing" each qmd file manually?
All reactions