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
We need to process our
membersdata and create a single json file indist/members.jsonthat contains all the members detailsThis can be done using Github actions
dist/members.jsonfileimg-base-url/<member_id>/img.png/distmentioning not to manipulate the code there