Skip to content

Commit

Permalink
doxygen test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitshaoxiang committed Mar 28, 2024
1 parent 85da12f commit fd6a3a3
Show file tree
Hide file tree
Showing 3 changed files with 2,924 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- main
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

Loading

0 comments on commit fd6a3a3

Please sign in to comment.