Skip to content

Commit

Permalink
feat(docs): add doxygen generator action
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLaplace committed Oct 22, 2023
1 parent 7b23dda commit a36c45f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/doxygen-awesome-css
Submodule doxygen-awesome-css added at a3c119
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: [ '*' ]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: Doxyfile.cfg
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule ".github/doxygen-awesome-css"]
path = .github/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git

0 comments on commit a36c45f

Please sign in to comment.