Replies: 2 comments 5 replies
-
Could you provide the exact steps to reproduce? Did you try to Do you have a simpler example? For instance your are using Julia, but you did not define the Jupyter kernel nor the packages needed. Why are |
Beta Was this translation helpful? Give feedback.
-
My hypothesis is that there's something about the particular configuration options that's causing the problem. Your attempt to reproduce doesn't seem to have any of the particular aspects of my project, so I don't know that it's at all informative. Perhaps one of the developers can comment on what are the conditions that cause quarto to trigger multiple versions of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm using quarto to build a course website. I've found that as I repeatedly cycle through
preview
-render
while editing, the directory_site
accumulates what seems to be redundant version of files and directories, eg,These additional files seem to correlate with the site rendering incorrectly (eg, missing style files). My workaround is now to always delete
_site
before publishing:Is there something, say, in the project's
yml
configuration files that may cause this to happen? I unfortunately can't replicate the behavior with a MWE, so here's the link to the full repo. (I'm also glad to hear any other advice on how to better setup the project.)Using quarto v1.4.549
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions