stotko / stdgpu

stdgpu: Efficient STL-like Data Structures on the GPU
https://stotko.github.io/stdgpu/
Apache License 2.0
1.16k stars 83 forks source link

CI: Automatically deploy latest documentation #343

Closed stotko closed 1 year ago

stotko commented 1 year ago

The deployed documentation on https://stotko.github.io/stdgpu/ quickly gets outdated between releases. Since users are also often interested in the latest set of features, deploying the corresponding documentation will expose them to these features in a more convenient way.

Furthermore, this enables a quicker tracking of issues with the documentation not tracked by the warnings as the current state will always be visible without requiring to always manually build the documentation by hand.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (9842e4b) 97.14% compared to head (b0cb00b) 97.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #343 +/- ## ======================================= Coverage 97.14% 97.14% ======================================= Files 32 32 Lines 2346 2346 ======================================= Hits 2279 2279 Misses 67 67 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Stotko). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Stotko)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.