mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 09:33:13 +02:00
Update FTP-Deploy.
This commit is contained in:
parent
f7a47ea00d
commit
5a6da87303
2 changed files with 2 additions and 2 deletions
2
.github/workflows/master_deploy_apidocs.yml
vendored
2
.github/workflows/master_deploy_apidocs.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
jsdoc root.js -r api-mainpage.md -c config.json -d output
|
||||
|
||||
- name: Deploy API-docs
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||
with:
|
||||
server: www531.your-server.de
|
||||
protocol: ftps
|
||||
|
|
2
.github/workflows/master_deploy_doxygen.yml
vendored
2
.github/workflows/master_deploy_doxygen.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
doxygen Doxyfile
|
||||
|
||||
- name: Deploy Doxygen
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||
with:
|
||||
server: www531.your-server.de
|
||||
protocol: ftps
|
||||
|
|
Loading…
Reference in a new issue