afonsolage / bevy_ecss

Bevy crate which uses a subset of CSS to update Bevy ECS components
Apache License 2.0
98 stars 11 forks source link

Move docs to mdbook, GithubAction for uploading docs #35

Closed Leinnan closed 11 months ago

Leinnan commented 11 months ago

The effect would be something like this: https://leinnan.github.io/bevy_ecss/

It would help clean things up a little and be a first step towards #29

Leinnan commented 11 months ago

Updated @afonsolage . One thing that you need to do before merge is set "Workflow permissions" to "Read and write" in repository Settings -> Actions -> General. Then after merge and first run you can enable Github Pages from gh-pages branch. Then it should work and the docs should be live.