Replies: 2 comments 1 reply
-
Unfortunately, we need a full reproducible example to be able to help. |
Beta Was this translation helpful? Give feedback.
-
I believe this could be related to this other issue (where I explained the problem): If This conflict also happens in the cleaning and moving of resources, and so when the second format wants to move the file to This is a known issue we need to fix. Having a reproducible example of your situation would help us confirm and fix all variations of this issue. Thank you ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello, I'm working a on quarto project currently on mac using vscode.
Issue
when running
quarto render
it gives me the error below despite the html file being created in the_site
folder. For all the other qmd files, the html file is created within the same folder instead of the_site
folder, however all the html files for the qmd files in thelecs
folder are created in the_site
folder.ERROR: NotFound: No such file or directory (os error 2): rename '/website/lecs/w01/lec01.html' -> '/website/_site/lecs/w01/lec01.html'
This is an issue I get when I'm trying to render the whole thing altogether. When rendering only that
lec01.qmd
file using preview it works fine(the html is given successfully)The lec01.qmd file has its seperate yml header inside the file and I'm suspecting that might be the issue but I'm not sure how this can be resolved
The project structure looks like this
Inside the lec01.qmd it has a seperate yml header of
And the quarto.yml folder contains these:
Beta Was this translation helpful? Give feedback.
All reactions