Skip to content

Commit

Permalink
Create doxygen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacquwes committed Sep 26, 2023
1 parent 84f2273 commit aaf14e9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
workflow_dispatch:
push:
branches:
- docs

name: Build doxygen documentation
jobs:
build-documentation:
runs-on: ubuntu-latest
steps:
- name: Install Doxygen
run: sudo apt install doxygen
- name: Install dot
run: sudo apt install graphviz
- name: Run doxygen
run: doxygen ./doxyfile

0 comments on commit aaf14e9

Please sign in to comment.