Rasters.jl
Rasters.jl copied to clipboard
stable docs link on github landing page broken
Title says it all, results in 404 for me, dev works :)
Just click the home button from the 404 page for now. There is a bug in Vitepress with how Julia does docs paths.
The option is to hard link the latest version but it's a lot of work to update. So I don't know what to do because otherwise the vitepress docs are amazing.
Ah don't worry. Thought it'd be a quick fix. For me it's not important anyway, but I though maybe for new users. Feel free to close.
I mean, you can have a go, but others have failed before you!
@asinghvi17 is manually updating it on one of their packages, but I don't have time for that...
I can do the fix here if you want but it needs a change in github actions settings. Ideally this will become a function in DV though so it just hooks into makedocs...
Oh can you automate the update in actions?
Yep, see https://github.com/JuliaGeo/GeometryOps.jl/blob/gh-pages/.github/workflows/DeployDocs.yml (note it has to be in the gh-pages branch) then set your pages deploy method to "Actions".
And you don't need to do anything manual after that?
This line is 😚👌 : https://github.com/JuliaGeo/GeometryOps.jl/blob/9e6a9f0e7955b52dca42533136818ca96a284a3e/.github/workflows/DeployDocs.yml#L40-L41
Might be nice to make it multiline, the full glory of the xargs | sed call is hidden off screen
Nothing manual no
This should be fixed on the next patch bump
Fixed, thanks for the code @asinghvi17