File tree Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 7676 label : Issue checklist
7777 description : Please double-check that you have done each of the following things before submitting the issue.
7878 options :
79- - label : I searched for previous reports in [the issue tracker](https://github.com/m5stack/M5Stack /issues?q=)
79+ - label : I searched for previous reports in [the issue tracker](https://github.com/m5stack/M5Unit-HEART /issues?q=)
8080 required : true
8181 - label : My report contains all necessary details
8282 required : true
Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 path :
10- - check : ' ./ ' # path to include
11- exclude : ' ' # path to exclude
12- # - check: 'src '
13- # exclude: '(Fonts)' # Exclude file paths containing "Fonts"
14- # - check: 'examples'
15- # exclude: ''
10+ - check : ' src '
11+ exclude : ' '
12+ - check : ' test '
13+ exclude : ' '
14+ - check : ' examples'
15+ exclude : ' '
1616 steps :
17171818 - name : Run clang-format style check for C/C++/Protobuf programs.
Original file line number Diff line number Diff line change 1+ name : Deploy Doxygen docuemnt on GitHub Pages
2+ on : [release, workflow_dispatch]
3+ # branches:
4+ # - main
5+ # - master
6+ jobs :
7+ deploy :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - name : Make document
11+ uses : m5stack/M5Utility/.github/actions/doxygen@develop
12+ with :
13+ doxygen_version : 1.11.0
14+ github_token : ${{ secrets.GITHUB_TOKEN }}
15+ branch : gh-pages
16+ folder : docs/html
17+ config_file : docs/Doxyfile
You can’t perform that action at this time.
0 commit comments