add no compile flag to docs (#392)

This commit is contained in:
Jack Forgash 2025-01-16 09:25:31 -07:00 committed by GitHub
parent 7abff47b5c
commit 90fc8a80cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ jobs:
git checkout -B docs origin/main
- name: generate dbt docs
run: dbt docs generate -t prod
run: dbt docs generate --no-compile -t prod
- name: move files to docs directory
run: |