Skip to content

Commit

Permalink
Add doxygen config & GitHub action
Browse files Browse the repository at this point in the history
GitHub action branch will need to be changed to "main" before merge
  • Loading branch information
cppimmo committed Dec 18, 2023
1 parent 66016f7 commit 58417da
Show file tree
Hide file tree
Showing 3 changed files with 2,793 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- dev-v1.0.2

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ Build/
Distribute/
/Distribute.ps1.log
/README.html
# Doxygen output:
latex/
html/
Loading

0 comments on commit 58417da

Please sign in to comment.