Skip to content

Commit 1f30b74

Browse files
Merge pull request #14 from jchristopherson/Documentation
Create doxygen-gh-pages.yml
2 parents e832f64 + 728f68d commit 1f30b74

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Doxygen GitHub Pages Deploy Action
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
workflow_dispatch:
9+
10+
jobs:
11+
deploy:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: DenverCoder1/[email protected]
15+
with:
16+
github_token: ${{ secrets.GITHUB_TOKEN }}
17+
config_file: docs/Doxyfile

0 commit comments

Comments
 (0)