Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Dec 22, 2023
1 parent 7eacc76 commit 0c0fcb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/actions/dbt_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ runs:
run: |
source .venv/bin/activate
source .envs/${{ inputs.env }}.env
rm -rf logs
dbt clean
dbt deps
dbt debug
dbt run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: ./.github/actions/dbt_build
with:
env: prod
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: target
- uses: actions/deploy-pages@v4
Expand Down

0 comments on commit 0c0fcb7

Please sign in to comment.