Skip to content

Commit

Permalink
Create doxygen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadem authored Jul 4, 2024
1 parent d436098 commit a98e2a6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Generate Doxygen Documentation

on:
push:
branches: [ main, dimadem_redirection ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.9.8
with:
working-directory: 'src/doc'
doxyfile-path: './Doxyfile'

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./src/doc/html

0 comments on commit a98e2a6

Please sign in to comment.