Rasters.jl icon indicating copy to clipboard operation
Rasters.jl copied to clipboard

stable docs link on github landing page broken

Open maxfreu opened this issue 1 year ago • 8 comments
trafficstars

Title says it all, results in 404 for me, dev works :)

maxfreu avatar Aug 10 '24 14:08 maxfreu

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.

rafaqz avatar Aug 11 '24 09:08 rafaqz

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.

maxfreu avatar Aug 12 '24 11:08 maxfreu

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...

rafaqz avatar Aug 14 '24 08:08 rafaqz

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...

asinghvi17 avatar Aug 14 '24 12:08 asinghvi17

Oh can you automate the update in actions?

rafaqz avatar Aug 14 '24 18:08 rafaqz

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".

asinghvi17 avatar Aug 14 '24 18:08 asinghvi17

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

rafaqz avatar Aug 14 '24 19:08 rafaqz

Nothing manual no

asinghvi17 avatar Aug 14 '24 20:08 asinghvi17

This should be fixed on the next patch bump

rafaqz avatar Aug 17 '24 23:08 rafaqz

Fixed, thanks for the code @asinghvi17

rafaqz avatar Aug 21 '24 14:08 rafaqz