The bug fixed in https://github.com/gap-actions/build-pkg-docs should have been caught by validation -- and indeed, in ReleaseTools, it would have been, because it had this in it:
# basic sanity check
fgrep -q -r '<a href="/' */*.htm* &&
error "HTML manual contains absolute paths"
I think we should have such a check in this workflow.
And possibly also have it in release-pkg for redundancy.
CC @Joseph-Edwards @stertooy
The bug fixed in https://github.com/gap-actions/build-pkg-docs should have been caught by validation -- and indeed, in ReleaseTools, it would have been, because it had this in it:
I think we should have such a check in this workflow.
And possibly also have it in
release-pkgfor redundancy.CC @Joseph-Edwards @stertooy