Skip to content

Commit

Permalink
Merge pull request #29 from DUNE/auto-doxygen
Browse files Browse the repository at this point in the history
Automatically deploy Doxygen when `main` is updated
  • Loading branch information
chenel authored Jan 17, 2024
2 parents 984ea7c + de8847e commit 13ad877
Show file tree
Hide file tree
Showing 2 changed files with 2,298 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: doc/html
config_file: Doxyfile
Loading

0 comments on commit 13ad877

Please sign in to comment.