François Mockers
François Mockers
should be fixed now. Two of them still fail but for other reasons: custom-gltf-vertex-attribute and scene-viewer
I would prefer to not have it here to avoid confusion
some changes from https://github.com/bevyengine/bevy-website/pull/601 may be needed
or note as a limitation: "if you want automatic metadata, uses either a crates.io link, or GitHub / gitlab repo"
Something to think about before putting on a git repo is the assets size. The forest ruine scene is 161MB, the model and animations for animation transitions is 23MB. Even...
Do we have an idea on how to handle versioning if we notice a bug in how those images were generated and need to be updated, but still have to...
https://github.com/rust-lang/rfcs/pull/3397 It also mentions a few alternatives that would work today
Looks good to me, but I worry this takes the workflow over a complexity threshold... Could you try splitting it in several files, using https://docs.github.com/en/actions/using-workflows/reusing-workflows?
> This doesn't acknowledge or address the recent plan as laid out here: [bevyengine/bevy-website#623 (comment)](https://github.com/bevyengine/bevy-website/issues/623#issuecomment-1518887997). I personally think that is still the best path forward. I think the fact that...
I think we should prefer link to crates.io instead of to the git repository, as metadata there are much more easier to get. Getting metadata will always be slow, and...