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 cf4a2fc commit d794673
Showing 1 changed file with 18 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: Deploy Doxygen docuemnt on GitHub Pages
on: [push, workflow_dispatch]
# on: [released, 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 d794673

Please sign in to comment.