mirror of
https://github.com/FlipsideCrypto/terra-models.git
synced 2026-02-06 14:11:44 +00:00
update to var and add workflow run
This commit is contained in:
parent
2552d1e2c4
commit
112f2ff0af
3
.github/workflows/dbt_docs_update.yml
vendored
3
.github/workflows/dbt_docs_update.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: dbt_docs_update
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
@ -36,7 +37,7 @@ jobs:
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
pip install dbt-snowflake==${{ secrets.DBT_VERSION }}
|
||||
pip install dbt-snowflake==${{ vars.DBT_VERSION }}
|
||||
dbt deps
|
||||
- name: checkout docs branch
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user