Merge pull request #29 from JulianGro/update_ftp_deploy

Update FTP-Deploy-Action
This commit is contained in:
Julian Groß 2022-03-13 20:41:48 +01:00 committed by GitHub
commit 17b483284d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}