Skip to content

Commit

Permalink
Fix: contributors placement
Browse files Browse the repository at this point in the history
  • Loading branch information
ggfto committed Jan 29, 2025
1 parent 85e92dd commit 6c7f550
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 656 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-contribs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
done
done
printf '%s\n' "${contributors[@]}" | jq -R . | jq -s . > contributors.json
printf '%s\n' "${contributors[@]}" | jq -R . | jq -s . > public/contributors.json
- name: Commit e push
run: |
Expand Down
Loading

0 comments on commit 6c7f550

Please sign in to comment.