From 2fdb9a14e134720043ff4ab2876d7397a8e1a583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Mon, 3 Jul 2023 22:25:05 +0200 Subject: [PATCH] Change Doxygen deployment from Tuxfamily to Hetzner --- .github/workflows/master_deploy_doxygen.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/master_deploy_doxygen.yml b/.github/workflows/master_deploy_doxygen.yml index fec3ecf8aa..e2fa349b94 100644 --- a/.github/workflows/master_deploy_doxygen.yml +++ b/.github/workflows/master_deploy_doxygen.yml @@ -1,5 +1,5 @@ # Copyright 2022-2023 Overte e.V. -# SPDX-License-Identifier: MIT +# SPDX-License-Identifier: Apache-2.0 name: Master Doxygen CI Build and Deploy @@ -29,13 +29,13 @@ jobs: doxygen Doxyfile - name: Deploy Doxygen - uses: SamKirkland/FTP-Deploy-Action@4.3.3 + uses: SamKirkland/FTP-Deploy-Action@4.3.4 with: - server: ftp.tuxfamily.org - username: ${{ secrets.GHA_JSDOC_FTP_USER }} - password: ${{ secrets.GHA_JSDOC_FTP_PASS }} + server: www531.your-server.de + username: ${{ secrets.GHA_HETZNER_DOXYGEN_FTP_USER }} + password: ${{ secrets.GHA_HETZNER_DOXYGEN_FTP_PASS }} local-dir: ./build/docs/html/ - server-dir: overte/doxygen.overte.org-web/htdocs/ + server-dir: / exclude: | **/staging/** .htaccess