1
0
mirror of https://github.com/slendidev/smath.git synced 2026-03-17 02:26:50 +02:00

ci: add doxygen workflow

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2026-03-12 02:38:22 +02:00
parent 6079705bb6
commit 87a12de2bf

18
.github/workflows/docs.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: build/docs/html
config_file: docs/Doxyfile