Skip to content

post_status is broken for out-of-repo deployment #2814

@giordano

Description

@giordano

I'm trying to do an out-of-repo deployment, but the status isn't being reported.

As far as I understand by reading the code,

function post_github_status(type::S, deploydocs_repo::S, sha::S, subfolder = nothing) where {S <: String}
is receiving the wrong deploydocs_repo argument because there's no disentanglement anywhere between the source repo and the deployment repo. That function is called by
function post_status(::GitHubActions; type, repo::String, subfolder = nothing, kwargs...)
but I don't see anywhere a distinction between the two repos. Am I missing something.

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