Skip to content

Commit a2ebdc7

Browse files
committed
fix: build ci
1 parent 9944f6c commit a2ebdc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
git config user.name 'github-actions[bot]'
2020
git config user.email 'github-actions[bot]@users.noreply.github.com'
2121
git checkout -b build-data
22-
uv run contributor-network data data
23-
uv run contributor-network csvs data
22+
uv run contributor-network assets/data assets/data
23+
uv run contributor-network csvs assets/data
2424
git add .
2525
git commit -m "chore: update data"
2626
git push -u origin build-data

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Test
2222
run: uv run pytest
2323
- name: Build
24-
run: uv run contributor-network build data dist
24+
run: uv run contributor-network build assets/data dist

0 commit comments

Comments
 (0)