Skip to content

Commit

Permalink
workf: test auto doxygen #18
Browse files Browse the repository at this point in the history
  • Loading branch information
lymslive committed May 9, 2024
1 parent 8989ea7 commit f37a26f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build Test and Doxygen
on:
push:
branches:
- dev

jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Doxygen Action
uses: mattnotmitt/[email protected]
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./docs/html

0 comments on commit f37a26f

Please sign in to comment.