Skip to content

Commit 099082a

Browse files
committed
Don't set execution_path for quarto_render()
This ensures that knitr evaluates each article in the directory in which it lives, in the same way it does for RMarkdown. Fixes #2877
1 parent 274c1f4 commit 099082a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

R/build-quarto-articles.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ quarto_render <- function(pkg, path, quiet = TRUE, frame = caller_env()) {
112112
quarto::quarto_render(
113113
path,
114114
metadata_file = metadata_path,
115-
execute_dir = output_dir,
116115
quarto_args = c("--output-dir", output_dir),
117116
quiet = quiet,
118117
as_job = FALSE

0 commit comments

Comments
 (0)