Skip to content

Commit

Permalink
Merge pull request #3 from KevinAlavik/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
schkwve committed Feb 27, 2024
2 parents bba59e9 + f20f667 commit 53abc96
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Generate Doxygen Documentation

on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Doxygen Action
uses: mattnotmitt/doxygen-action@1.9.8

0 comments on commit 53abc96

Please sign in to comment.