File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ release :
5+ types : [published]
6+ workflow_dispatch :
7+
8+ jobs :
9+ build_docs :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v2
13+ - name : Doxygen Action
14+ uses :
mattnotmitt/[email protected] 15+ with :
16+ working-directory : ' docs/'
17+
18+ - name : Deploy
19+ uses : peaceiris/actions-gh-pages@v3
20+ with :
21+ github_token : ${{ secrets.GITHUB_TOKEN }}
22+ publish_dir : ./docs/doxydocs/html
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = NimBLE-Arduino
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 1.4.0
41+ PROJECT_NUMBER = 1.4.1
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11name =NimBLE-Arduino
2- version =1.4.0
2+ version =1.4.1
33author =h2zero
44maintainer =h2zero <
[email protected] >
55sentence =Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
You can’t perform that action at this time.
0 commit comments