File tree Expand file tree Collapse file tree 3 files changed +24
-23
lines changed Expand file tree Collapse file tree 3 files changed +24
-23
lines changed Original file line number Diff line number Diff line change
1
+ name : Doxygen Generation
2
+ on :
3
+ push :
4
+ branches : [main]
5
+ workflow_dispatch :
6
+ jobs :
7
+ doxygen-generation :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - name : Doxygen generation
11
+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen-generation@main
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 82
82
with :
83
83
name : backoffAlgorithm-${{ github.event.inputs.version_number }}.zip
84
84
path : zip-check/backoffAlgorithm-${{ github.event.inputs.version_number }}.zip
85
+ deploy-doxygen :
86
+ needs : tag-commit
87
+ name : Deploy doxygen documentation
88
+ runs-on : ubuntu-latest
89
+ steps :
90
+ - name : Doxygen generation
91
+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen-generation@main
92
+ with :
93
+ ref : ${{ github.event.inputs.version_number }}
94
+ add_release : " true"
85
95
create-release :
86
- needs : create-zip
96
+ needs :
97
+ - create-zip
98
+ - deploy-doxygen
87
99
name : Create Release and Upload Release Asset
88
100
runs-on : ubuntu-latest
89
101
steps :
You can’t perform that action at this time.
0 commit comments