mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 06:24:10 +02:00
Merge pull request #29 from JulianGro/update_ftp_deploy
Update FTP-Deploy-Action
This commit is contained in:
commit
17b483284d
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