Skip to content

Commit

Permalink
add doc gen action
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsullivan committed Apr 11, 2024
1 parent bf14fd6 commit 61810c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: noisemeter-device/Doxyfile

0 comments on commit 61810c7

Please sign in to comment.