Skip to content

Commit

Permalink
Create doxygen-gh-pages.yml
Browse files Browse the repository at this point in the history
build doxygen documentation and deploy on github pages
  • Loading branch information
goruklu authored Aug 25, 2023
1 parent fa974b9 commit aa899f6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- master
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: Doxyfile

0 comments on commit aa899f6

Please sign in to comment.