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/doxygen-action@v1.9.1
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
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.4.0
41
+ PROJECT_NUMBER = 1.4.1
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# 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 1
1
name =NimBLE-Arduino
2
- version =1.4.0
2
+ version =1.4.1
3
3
author =h2zero
4
4
maintainer =h2zero <powellperalta@gmail.com>
5
5
sentence =Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
You can’t perform that action at this time.
0 commit comments