Here's my repository:
https://github.com/yuqianyi1001/yuqianyi1001.github.io/
When building the site locally with Jekyll, it takes over 200 seconds. On GitHub Actions, the build time extends to roughly 30 minutes.
That's why I’m looking for a faster alternative. I thought gojekyll would be exactly what I need.
However, when I build the site with gojekyll, it only outputs around 500 files—far fewer than the expected 30k+ files (which explains the slow build times with Jekyll). So the index page shows the 1st post, but not the post list. See https://yuqianyi.com/ for fully build version by Jekyll. Maybe my repo is very good for benchmarking too :)
The problem is: it doesn’t log any errors or indicate what might be going wrong.
Has anyone encountered a similar issue or know how to debug this?