Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Fix deployment logic in the workflow #69

Description

@t00sa

The documentation does not currently deploy unless the workflow is triggered with a manual dispatch event. The logic for the deployment step is:

if: ${{ github.repository == 'jules-lsm/jules-lsm.github.io'
        && github.ref == 'refs/heads/master'
        && (github.event_name == 'push'
            || github.event_name == 'workflow_dispatch') }}

This should also trigger for a release event.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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