mirror of
https://github.com/FlipsideCrypto/core-models.git
synced 2026-02-06 15:06:44 +00:00
commit
e1caf79bb9
3
.github/workflows/dbt_docs_update.yml
vendored
3
.github/workflows/dbt_docs_update.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
- name: move files to docs directory
|
||||
run: |
|
||||
mkdir -p ./docs
|
||||
cp -r target/* docs/
|
||||
cp target/{catalog.json,manifest.json,index.html} docs/
|
||||
|
||||
- name: clean up target directory
|
||||
run: dbt clean
|
||||
@ -72,6 +72,7 @@ jobs:
|
||||
git config user.email "abc@xyz"
|
||||
git config user.name "github-actions"
|
||||
git commit -am "Auto-update docs"
|
||||
|
||||
- name: push changes to docs
|
||||
run: |
|
||||
git push -f --set-upstream origin docs
|
||||
Loading…
Reference in New Issue
Block a user