-
Notifications
You must be signed in to change notification settings - Fork 501
Closed
Description
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,
Documenter.jl/src/deployconfig.jl
Line 498 in 5da6aa3
| function post_github_status(type::S, deploydocs_repo::S, sha::S, subfolder = nothing) where {S <: String} |
deploydocs_repo argument because there's no disentanglement anywhere between the source repo and the deployment repo. That function is called by Documenter.jl/src/deployconfig.jl
Line 472 in 5da6aa3
| function post_status(::GitHubActions; type, repo::String, subfolder = nothing, kwargs...) |
Metadata
Metadata
Assignees
Labels
No labels