mirror of
https://github.com/FreeRTOS/coreMQTT
synced 2025-05-31 13:11:33 +08:00

Description ----------- The `mqtt.tag` was generated at `coreMQTT/docs/doxygen/output/mqtt.tag`. The [doxygen-generation](https://github.com/FreeRTOS/CI-CD-Github-Actions/tree/main/doxygen-generation) GH action deploys the content of `coreMQTT/docs/doxygen/output/html` and as a result, the `mqtt.tag` was not getting deployed. This change updates the location of `mqtt.tag` to `coreMQTT/docs/doxygen/output/html/mqtt.tag` to ensure that it gets deployed by the doxygen-generation GH action. Test Steps ----------- Generated the doxygen documentation locally. Checklist: ---------- <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I have tested my changes. No regression in existing tests. - [NA] I have modified and/or added unit-tests to cover the code changes in this Pull Request. Related Issue ----------- NA. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>