Skip to content

Commit a36c45f

Browse files
committed
feat(docs): add doxygen generator action
1 parent 7b23dda commit a36c45f

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/doxygen-awesome-css

Submodule doxygen-awesome-css added at a3c119b
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Doxygen GitHub Pages Deploy Action
2+
3+
on:
4+
push:
5+
branches: [ '*' ]
6+
7+
jobs:
8+
deploy:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
12+
with:
13+
github_token: ${{ secrets.GITHUB_TOKEN }}
14+
config_file: Doxyfile.cfg

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule ".github/doxygen-awesome-css"]
2+
path = .github/doxygen-awesome-css
3+
url = https://github.com/jothepro/doxygen-awesome-css.git

0 commit comments

Comments
 (0)