Skip to content

Commit

Permalink
docs generation (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
meenchen authored Aug 23, 2023
1 parent 0f7efbf commit 989f554
Show file tree
Hide file tree
Showing 2 changed files with 2,796 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Generate and Deploy Doxygen Documentation

on:
push:
branches:
- main

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: ./docs
Loading

0 comments on commit 989f554

Please sign in to comment.