Skip to content

Commit

Permalink
Add action to deploy docs via GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Aug 4, 2024
1 parent 00aa1ca commit cb5e9e9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: Doxyfile

0 comments on commit cb5e9e9

Please sign in to comment.