Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Aug 13, 2024
1 parent 8db10bd commit 2187dd5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy Doxygen docuemnt on GitHub Pages
on: [release, workflow_dispatch]
# branches:
# - main
# - master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Make document
uses: m5stack/M5Utility/.github/actions/doxygen@develop
with:
doxygen_version: 1.11.0
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: docs/Doxyfile

0 comments on commit 2187dd5

Please sign in to comment.