Join Nostr
2026-01-24 06:27:18 UTC
in reply to

chad on Nostr: It's technically on GitHub's side, but due to a compilation issue in the code that ...

It's technically on GitHub's side, but due to a compilation issue in the code that doesn't block functionality for Shakespeare. If you go to this page, you can see all the deployments for the traveltelly site:
https://github.com/bitpopart/traveltelly/actions/workflows/deploy.yml

From here, you can click on any run with a red X to see why the run failed. You'll be taken to a page for the run, in which you'll need to click on the 'deploy' box with a red X on it as well, which should take you to a page with logs specific to that build.

Here is an example of an earlier failure log:
https://github.com/bitpopart/traveltelly/actions/runs/21310108470/job/61345062222

To resolve the issue, you can copy the log text as you see it here and paste it to Shakespeare with a request to fix the errors. With this level of detail, Shakespeare should be able to figure out where the issue is and fix it accordingly.

It looks like your builds are going through successfully at the moment, so no further investigation is required. Hopefully this information helps, though!