We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ebdc7 commit e185369Copy full SHA for e185369
.github/workflows/pages.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/configure-pages@v5
27
- uses: astral-sh/setup-uv@v6
28
- name: Build
29
- run: uv run contributor-network build data dist
+ run: uv run contributor-network build assets/data dist
30
- uses: actions/upload-pages-artifact@v3
31
with:
32
path: "dist"
0 commit comments