From 6053897147b32d6bc580674f9e66eaf2752f38be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20P=2E?= <45900621+FrankwaP@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:26:41 +0100 Subject: [PATCH 1/2] Update code-execution.qmd "your config" was not explicit enough --- docs/projects/code-execution.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/code-execution.qmd b/docs/projects/code-execution.qmd index f7fac8b3f8..be43d4377d 100644 --- a/docs/projects/code-execution.qmd +++ b/docs/projects/code-execution.qmd @@ -88,7 +88,7 @@ quarto render --cache-refresh # entire project ## Working Dir -By default, the working directory for rendering files within a project is the directory of the file itself. If you prefer to use the main project directory instead, you can add the `execute-dir: project` option to your config: +By default, the working directory for rendering files within a project is the directory of the file itself. If you prefer to use the main project directory instead, you can add the `execute-dir: project` option to your project config (*_quarto.yml* file): ``` yaml project: From 92d78299529db9976ab2c69906a069312f7b009d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20P=2E?= <45900621+FrankwaP@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:07:26 +0100 Subject: [PATCH 2/2] Update code-execution.qmd --- docs/projects/code-execution.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/code-execution.qmd b/docs/projects/code-execution.qmd index be43d4377d..2a1c5e0213 100644 --- a/docs/projects/code-execution.qmd +++ b/docs/projects/code-execution.qmd @@ -88,7 +88,7 @@ quarto render --cache-refresh # entire project ## Working Dir -By default, the working directory for rendering files within a project is the directory of the file itself. If you prefer to use the main project directory instead, you can add the `execute-dir: project` option to your project config (*_quarto.yml* file): +By default, the working directory for rendering files within a project is the directory of the file itself. If you prefer to use the main project directory instead, you can add the `execute-dir: project` option to your project config (`_quarto.yml`): ``` yaml project: