We need to process our members data and create a single json file in dist/members.json that contains all the members details
This can be done using Github actions
- Create a single
dist/members.json file
- Expand the img url per user into
img-base-url/<member_id>/img.png
- Add a README in
/dist mentioning not to manipulate the code there