Skip to content

Commit

Permalink
ci: build prod
Browse files Browse the repository at this point in the history
  • Loading branch information
roslovets committed Jan 15, 2025
1 parent 5539a75 commit f828353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Run linter
run: sqlfluff lint

- name: Build production environment
run: dbt build --target prod

- name: Generate docs
run: dbt docs generate

Expand Down

0 comments on commit f828353

Please sign in to comment.