mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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
|
||||
|
||||
- name: Deploy API-docs
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.2.0
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.3.0
|
||||
with:
|
||||
server: ftp.tuxfamily.org
|
||||
username: ${{ secrets.GHA_JSDOC_FTP_USER }}
|
||||
|
|
Loading…
Reference in a new issue