We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9944f6c commit a2ebdc7Copy full SHA for a2ebdc7
.github/workflows/build.yml
@@ -19,8 +19,8 @@ jobs:
19
git config user.name 'github-actions[bot]'
20
git config user.email 'github-actions[bot]@users.noreply.github.com'
21
git checkout -b build-data
22
- uv run contributor-network data data
23
- uv run contributor-network csvs data
+ uv run contributor-network assets/data assets/data
+ uv run contributor-network csvs assets/data
24
git add .
25
git commit -m "chore: update data"
26
git push -u origin build-data
.github/workflows/ci.yml
@@ -21,4 +21,4 @@ jobs:
- name: Test
run: uv run pytest
- name: Build
- run: uv run contributor-network build data dist
+ run: uv run contributor-network build assets/data dist
0 commit comments