Skip to content

Make Documentation Build action fail on warning #5

@NathanDuPont

Description

@NathanDuPont

Scan the output of the previous command to determine if any warnings were generated. If so, fail the CI run. Make sure the build output still prints to the console, so the user can see what is failing.

This can be done by splitting the output using the tee command in Linux.

Ex: make html | tee results.txt will pipe the results to the screen, AND save them to the file 'results.txt'.

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