From e30a19b00867f03705c9d94040143f8f78ae5e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sat, 4 Feb 2023 16:09:52 +0100 Subject: [PATCH] Update Doxygen GitHub Actions builds Update to Ubuntu 22.04 for newer doxygen Update Actions to fix nodejs12 depreciation warning. Add Doxygen build and deploy status to README.md --- .github/workflows/master_deploy_doxygen.yml | 8 ++++---- README.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master_deploy_doxygen.yml b/.github/workflows/master_deploy_doxygen.yml index e921afbde8..fec3ecf8aa 100644 --- a/.github/workflows/master_deploy_doxygen.yml +++ b/.github/workflows/master_deploy_doxygen.yml @@ -1,4 +1,4 @@ -# Copyright 2022 Overte e.V. +# Copyright 2022-2023 Overte e.V. # SPDX-License-Identifier: MIT name: Master Doxygen CI Build and Deploy @@ -10,11 +10,11 @@ on: jobs: build_doxygen: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 name: Build and deploy Doxygen documentation steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: | @@ -29,7 +29,7 @@ jobs: doxygen Doxyfile - name: Deploy Doxygen - uses: SamKirkland/FTP-Deploy-Action@4.3.0 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: ftp.tuxfamily.org username: ${{ secrets.GHA_JSDOC_FTP_USER }} diff --git a/README.md b/README.md index ebe3214229..6a8396ca90 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ SPDX-License-Identifier: Apache-2.0

Master CI Build API-docs CI Build & Deploy + Doxygen CI Build & Deploy REUSE status