mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-02-05 18:01:41 +08:00
Update doxygen workflow to use doxygen 1.9.2
This commit is contained in:
committed by
Paul Bartell
parent
1417eaecf9
commit
18a9410300
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -82,6 +82,7 @@ jobs:
|
||||
# List of directories containing libraries whose doxygen output will be generated.
|
||||
libs_parent_dir_path: FreeRTOS-Plus/Source,FreeRTOS-Plus/Source/AWS,FreeRTOS-Plus/Source/Application-Protocols,FreeRTOS-Plus/Source/Utilities
|
||||
generate_zip: true
|
||||
doxygen_link: "https://sourceforge.net/projects/doxygen/files/rel-1.9.2/doxygen-1.9.2.linux.bin.tar.gz"
|
||||
- name: Upload doxygen artifact if main branch
|
||||
if: success() && ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release-candidate' )
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user