ci: Add publish-doxygen.yml workflow

This commit is contained in:
Stephan Seitz 2024-01-20 16:55:01 +01:00
parent c8ffcb4154
commit bf6fcbdad5

15
.github/workflows/publish-doxygen.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: html