Skip to content

Commit

Permalink
Partial merge for manual execution of GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Aug 13, 2024
1 parent fbd6f5c commit 9f23b4a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ body:
label: Issue checklist
description: Please double-check that you have done each of the following things before submitting the issue.
options:
- label: I searched for previous reports in [the issue tracker](https://github.com/m5stack/M5Stack/issues?q=)
- label: I searched for previous reports in [the issue tracker](https://github.com/m5stack/M5Unit-METER/issues?q=)
required: true
- label: My report contains all necessary details
required: true
12 changes: 6 additions & 6 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
strategy:
matrix:
path:
- check: './' # path to include
exclude: '' # path to exclude
# - check: 'src'
# exclude: '(Fonts)' # Exclude file paths containing "Fonts"
# - check: 'examples'
# exclude: ''
- check: 'src'
exclude: ''
- check: 'examples'
exclude: ''
- check: 'test'
exclude: ''
steps:
- uses: actions/checkout@v3.1.0
- name: Run clang-format style check for C/C++/Protobuf programs.
Expand Down
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 9f23b4a

Please sign in to comment.