summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjasonpcarroll <23126711+jasonpcarroll@users.noreply.github.com>2022-11-29 17:27:37 -0800
committerPaul Bartell <paul.bartell@gmail.com>2022-11-30 10:23:37 -0800
commit18a9410300431075467077032f0f7a4fe0376307 (patch)
treec9771fdc7a7c00111cdb39502f052dcb97dfa708
parent1417eaecf960abf42bec5ac92e0c60b28b04345e (diff)
downloadfreertos-git-18a9410300431075467077032f0f7a4fe0376307.tar.gz
Update doxygen workflow to use doxygen 1.9.2
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5f5d6674f..e05f2d2c8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: