diff --git a/dbt_project.yml b/dbt_project.yml index 9958f40..262135a 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -5,4 +5,5 @@ require-dbt-version: ">=0.15.2" target-path: "target" clean-targets: ["target", "dbt_modules"] +docs-paths: ["docs"] macro-paths: ["macros"] \ No newline at end of file