Skip to content

Commit

Permalink
Updated doxygen github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ebasconp committed Sep 17, 2024
1 parent 2899441 commit cefda54
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
workflow_dispatch:

jobs:
deploy:
Expand All @@ -12,3 +13,7 @@ jobs:
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: Doxyfile
doxygen_version: 1.9.8

0 comments on commit cefda54

Please sign in to comment.