Tracking issue for post-merge Update github pages workflow failures on the haddock-links check. The Deploy step skips on failure, so the published docs site stays at its last good revision until this issue is resolved.
How to fix
For each package listed under === Actionable — fix these === in the failing run:
- Check the package's source repo for a published Haddocks site (gh-pages, CloudFront, etc.).
- If found: append the base URL to
IOG_DOC_BASES in scripts/fix-haddock-links.sh.
- If genuinely unpublished: add the package name to
KNOWN_UNDOCUMENTED.
Then re-run the workflow from the Actions tab. Close this issue once the workflow goes green again.
New failure
On master after commit b074767 (committed by @Jimbo4350).
Run: https://github.com/IntersectMBO/cardano-api/actions/runs/25013918872
Open the run log and look for === Actionable — fix these === to see which package(s) the probe couldn't resolve.
Tracking issue for post-merge
Update github pagesworkflow failures on the haddock-links check. The Deploy step skips on failure, so the published docs site stays at its last good revision until this issue is resolved.How to fix
For each package listed under
=== Actionable — fix these ===in the failing run:IOG_DOC_BASESinscripts/fix-haddock-links.sh.KNOWN_UNDOCUMENTED.Then re-run the workflow from the Actions tab. Close this issue once the workflow goes green again.
New failure
On master after commit b074767 (committed by @Jimbo4350).
Run: https://github.com/IntersectMBO/cardano-api/actions/runs/25013918872
Open the run log and look for
=== Actionable — fix these ===to see which package(s) the probe couldn't resolve.