Skip to content

Commit 0d9866f

Browse files
authored
Create doxygen-gh-pages.yml
1 parent ff34fcf commit 0d9866f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Doxygen GitHub Pages Deploy Action
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
jobs:
10+
deploy:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
14+
with:
15+
github_token: ${{ secrets.GITHUB_TOKEN }}
16+
branch: gh-pages
17+
folder: docs/Doxygen/html
18+
config_file: Doxyfile
19+
doxygen_version: 1.9.6

0 commit comments

Comments
 (0)