Skip to content

Commit e7b6c64

Browse files
Merge pull request #15 from JarvusInnovations/themightychris/fix-dbt-docs-ci
fix: add missing data download step to pages workflow
2 parents 6099fa2 + 5ff3d0c commit e7b6c64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install dbt dependencies
3434
run: uv run dbt deps
3535

36+
- name: Download sample data
37+
run: uv run python scripts/download_data.py --defaults
38+
3639
- name: Load seed data
3740
run: uv run dbt seed
3841

0 commit comments

Comments
 (0)