Skip to content

Abox26 skeleton code with FreeRTOS + G4 (#261) #22

Abox26 skeleton code with FreeRTOS + G4 (#261)

Abox26 skeleton code with FreeRTOS + G4 (#261) #22

Workflow file for this run

name: Generate Documentation
on:
push:
branches: [master]
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.1.0
with:
doxyfile-path: "./Doxyfile"
working-directory: "."
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html