julia-actions / julia-docdeploy

MIT License
19 stars 14 forks source link

Disable fancy GHA logging #32

Closed ericphanson closed 1 year ago

ericphanson commented 1 year ago

as an immediate fix for https://github.com/julia-actions/julia-docdeploy/issues/31

I suspect (but do not know for sure) that https://github.com/JuliaDocs/MarkdownAST.jl/pull/19 would fix the underlying issue. But IMO it is better to try to immediately fix it on our end since it is very bad if doc builds don't finish. Then if that linked PR is merged we can try to re-enable this.

ericphanson commented 1 year ago

I think https://github.com/julia-actions/GitHubActions.jl/pull/33 might be a better alternative (though riskier since we don't know for sure it is the debug logging)

ericphanson commented 1 year ago

Closing since we merged https://github.com/julia-actions/GitHubActions.jl/pull/33