mirror of
https://github.com/FlipsideCrypto/axelar-models.git
synced 2026-02-06 11:01:45 +00:00
fix for docs
This commit is contained in:
parent
61ba50dd58
commit
cf1be340c4
4
.github/workflows/dbt_docs_update.yml
vendored
4
.github/workflows/dbt_docs_update.yml
vendored
@ -47,7 +47,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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user