From 4c5bde1b495e9d398de136dd8304e9708ed5f75a Mon Sep 17 00:00:00 2001 From: mattromano Date: Tue, 8 Jul 2025 13:41:06 -0700 Subject: [PATCH] add fsc_evm path to tag --- .github/workflows/dbt_run_template_docs_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_template_docs_update.yml b/.github/workflows/dbt_run_template_docs_update.yml index 144b8b32..8f897fab 100644 --- a/.github/workflows/dbt_run_template_docs_update.yml +++ b/.github/workflows/dbt_run_template_docs_update.yml @@ -53,7 +53,7 @@ jobs: git checkout -B docs origin/main - name: generate dbt docs - run: dbt docs generate -t prod --exclude tag:streamline tag:scores + run: dbt docs generate -t prod --exclude "fsc_evm,tag:streamline" "fsc_evm,tag:scores" - name: move files to docs directory run: |