Skip to content

Add check for "bad" HTML links #37

Description

@fingolfin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions