Skip to content

Merge pull request #755 from MartinMueller2003/main #192

Merge pull request #755 from MartinMueller2003/main

Merge pull request #755 from MartinMueller2003/main #192

Workflow file for this run

name: Doxygen
on:
push:
branches:
- main
jobs:
gendocs:
runs-on: ubuntu-latest
steps:
# Checkout ESPixelStick
- uses: actions/checkout@v4
- name: Build doxygen pages
uses: mattnotmitt/doxygen-action@v1
with:
working-directory: '.doxygen'
doxyfile-path: 'Doxyfile'
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: .doxygen/doc/html
target-folder: doxy
single-commit: true