mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 15:10:43 +02:00
Update FTP-Deploy-Action
This commit is contained in:
parent
bea15ee5d2
commit
0f00d0a7a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/master_deploy_apidocs.yml
vendored
2
.github/workflows/master_deploy_apidocs.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
jsdoc root.js -r api-mainpage.md -c config.json -d output
|
jsdoc root.js -r api-mainpage.md -c config.json -d output
|
||||||
|
|
||||||
- name: Deploy API-docs
|
- name: Deploy API-docs
|
||||||
uses: SamKirkland/FTP-Deploy-Action@4.2.0
|
uses: SamKirkland/FTP-Deploy-Action@4.3.0
|
||||||
with:
|
with:
|
||||||
server: ftp.tuxfamily.org
|
server: ftp.tuxfamily.org
|
||||||
username: ${{ secrets.GHA_JSDOC_FTP_USER }}
|
username: ${{ secrets.GHA_JSDOC_FTP_USER }}
|
||||||
|
|
Loading…
Reference in a new issue