On Sun, 26 Jul 2026 at 14:07, Niall Pemberton <[email protected]> wrote: > > On Sun, 26 Jul 2026 at 14:03, Niall Pemberton <[email protected]> > wrote: > > > > On Sun, 26 Jul 2026 at 12:16, sebb <[email protected]> wrote: > > > > > > On Sun, 26 Jul 2026 at 07:12, sebb <[email protected]> wrote: > > > > > > > > Actually, the problem seems to be in repositories.json, but not yet > > > > found > > > > > > Some repositories have added icons to their descriptions: > > > > > > https://github.com/apache/fineract-chat-archive/blob/main/.asf.yaml > > > > > > This is what is causing the error, but I don't yet know if the > > > description really is invalid Unicode, or something else. > > > > > > > On Sun, 26 Jul 2026 at 06:21, sebb <[email protected]> wrote: > > > > > > > > > > According to the log, the workflow failed with a network timeout. > > > > > > > > > > I just tried re-running, and it failed with the Unicode error. > > > > > I think there must be an invalid character in the > > > > > committees-retired.json file from Whimsy. > > > > > > > > > > Will investigate further. > > > > Thanks Sebb, you're recent commit has fixed it for me. > > Spoke too soon - petri.yaml file generates OK now, but now the same > issue with the site build
Looks like Jekyll uses the 'yaml' gem to parse the JSON file, so it suffers from the same issue. It's not likely to be easy to change Jekyll to use the 'json' gem instead, but we can fix up the data file before Jekyll reads it. I'll see what I can do. Sebb
