TheBevyFlock / bevy_cli

A Bevy CLI tool and linter.
https://thebevyflock.github.io/bevy_cli/
Apache License 2.0
44 stars 7 forks source link

Publish `bevy_lint` docs to Github Pages #155

Closed BD103 closed 4 weeks ago

BD103 commented 1 month ago

bevy_lint's official lint documentation is built using rustdoc. Normally we'd be able to use https://docs.rs for host these docs, but it is unclear whether we will be able to publish to https://crates.io (see #150).

In the meantime, we should use Github Pages to host our unstable docs at https://thebevyflock.github.io/bevy_cli/bevy_lint.

I originally set up something for this in #152, so you should be able to copy the changes from there! (Anything changed within the .github/workflows folder.)