nats-io / nats.c

A C client for NATS
Apache License 2.0
384 stars 134 forks source link

[ADDED] GitHub action to update docs #720

Closed levb closed 6 months ago

levb commented 6 months ago

@kozlovic @Jarema this is part of retiring dev and switching to releases from release branches. I am editing the release instructions now, will send the PR shortly for that. This GH action eliminates the need to re-generate the docs upon release.

This PR automatically updates the docs in main when needed (via a new PR). See https://github.com/levb/nats.c/pull/69 as an example, contains numerous changes caused by using a newer doxygen version.

Note that it will only fire when pushed to main, I debugged in my fork without the branch filter.

Example:

image