Skip to content

Update CHANGELOG with all PRs since v2.1.0 (#201) #53

Update CHANGELOG with all PRs since v2.1.0 (#201)

Update CHANGELOG with all PRs since v2.1.0 (#201) #53

Workflow file for this run

name: Doxygen Generation
# Needs this to write to gh-pages branch.
permissions:
contents: write
on:
push:
branches: [main]
workflow_dispatch:
jobs:
doxygen-generation:
runs-on: ubuntu-latest
steps:
- name: Doxygen generation
uses: FreeRTOS/CI-CD-Github-Actions/doxygen-generation@main