mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 05:03:10 +02:00
Change Doxygen deployment from Tuxfamily to Hetzner
This commit is contained in:
parent
9ded209afe
commit
2fdb9a14e1
1 changed files with 6 additions and 6 deletions
12
.github/workflows/master_deploy_doxygen.yml
vendored
12
.github/workflows/master_deploy_doxygen.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue