Skip to content

Commit 6ee086b

Browse files
committed
automatic doxygen
1 parent 685cb15 commit 6ee086b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
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+
- main
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: DenverCoder1/[email protected]
13+
with:
14+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)