JuliaStats / GLM.jl

Generalized linear models in Julia
Other
584 stars 114 forks source link

Why are there two different domains for documentation? #541

Closed LLTeixeira closed 9 months ago

LLTeixeira commented 1 year ago

The first documentation to show up on Google is: https://juliastats.org/GLM.jl/v1.7/

However as you can see it is outdated as the most recent is: https://docs.juliahub.com/GLM/6OREG/1.8.3/

That is quite confusing as the docs with the most visibility are not up to date and they both look the same so you might not even notice you're supposed to be on another site.

ararslan commented 1 year ago

I'm not sure how JuliaHub populates its documentation but juliastats.org uses what's on the gh-pages branch of this repository which is populated by the Documenter CI workflow. It appears the documentation workflow wasn't updated to allow building on pushes to branches other than master, and the most recent release was made from the v1 branch. That should be a simple fix.

ParadaCarleton commented 9 months ago

Fixed by #542