Skip to content

Commit

Permalink
Add Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Apr 11, 2024
1 parent a1f96bf commit 0181c3a
Show file tree
Hide file tree
Showing 3 changed files with 2,606 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- master
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Install Graphviz
run: sudo apt-get install graphviz -y
shell: bash
- uses: DenverCoder1/doxygen-github-pages-action@v1.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: doxygen/html
config_file: doxygen/Doxyfile
Loading

0 comments on commit 0181c3a

Please sign in to comment.