Skip to content

Generate documentation PDF in all scenarios regardless of whether it will be pushed or not.  #312

@astrogeco

Description

@astrogeco

Problem

We could have caught the latest error in the documentation build and push job if we built the PDFs every time.

Proposed Solution

Only keep this condition in the "push" step of the job; remove it from the dependencies and document generation steps.

if: ${{ github.event_name == 'push' && contains(github.ref, 'main')}}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions