Skip to content

Commit e185369

Browse files
committed
fix: pages ci
1 parent a2ebdc7 commit e185369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/configure-pages@v5
2727
- uses: astral-sh/setup-uv@v6
2828
- name: Build
29-
run: uv run contributor-network build data dist
29+
run: uv run contributor-network build assets/data dist
3030
- uses: actions/upload-pages-artifact@v3
3131
with:
3232
path: "dist"

0 commit comments

Comments
 (0)