Skip to content

Commit

Permalink
Add doxygen generation
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Feb 23, 2024
1 parent ed99fa3 commit d23ceb5
Show file tree
Hide file tree
Showing 2 changed files with 2,881 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This is a basic workflow to help you get started with Actions

name: Doxygen Action

on:
push:
branches: [ master ]


jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.1.0
with:
doxyfile-path: "./Doxyfile" # default is ./Doxyfile
working-directory: "." # default is .

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

0 comments on commit d23ceb5

Please sign in to comment.