--no-compile flag and add dbt ls (#620)

* --no-compile flag and add dbt ls

* switch order
This commit is contained in:
tarikceric 2024-07-24 15:27:30 -07:00 committed by GitHub
parent 698b9469eb
commit 971843e2bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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