mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 05:03:10 +02:00
Enable FTPS for Doxygen uploads
This commit is contained in:
parent
43cb6cad86
commit
1917ad030d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/master_deploy_doxygen.yml
vendored
1
.github/workflows/master_deploy_doxygen.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
with:
|
||||
server: www531.your-server.de
|
||||
protocol: ftps
|
||||
username: ${{ secrets.GHA_HETZNER_DOXYGEN_FTP_USER }}
|
||||
password: ${{ secrets.GHA_HETZNER_DOXYGEN_FTP_PASS }}
|
||||
local-dir: ./build/docs/html/
|
||||
|
|
Loading…
Reference in a new issue