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