aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
978 stars 625 forks source link

Add automated doxygen deployment #1769

Closed archigup closed 2 years ago

archigup commented 2 years ago

Adds automated deployment of generated doxygen to Github Pages.

The main branch documentation is updated on every commits.

Releases add a new doxygen bundle for the release and add it to the index.

The index page is managed by the Github Action here.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.