fixing CI
This commit is contained in:
@@ -21,13 +21,13 @@ jobs:
|
|||||||
- name: Generating docs
|
- name: Generating docs
|
||||||
run: zig build docs
|
run: zig build docs
|
||||||
|
|
||||||
- name: SFTP-Deploy-Action
|
- name: Deploying docs
|
||||||
uses: milanmk/actions-file-deployer@master
|
uses: milanmk/actions-file-deployer@master
|
||||||
with:
|
with:
|
||||||
remote-protocol: sftp
|
sftp_only: true
|
||||||
remote-host: ${{ secrets.SFTP_HOST_DOCS }}
|
server: ${{ secrets.SFTP_HOST_DOCS }}
|
||||||
remote-user: ${{ secrets.SFTP_USER_DOCS }}
|
username: ${{ secrets.SFTP_USER_DOCS }}
|
||||||
remote-password: ${{ secrets.SFTP_PASSWORD_DOCS }}
|
password: ${{ secrets.SFTP_PASSWORD_DOCS }}
|
||||||
local_path: './zig-out/docs/*'
|
local_path: './zig-out/docs/*'
|
||||||
remote-path: /www
|
remote_path: /www
|
||||||
remote-port: 6969
|
port: 6969
|
||||||
|
|||||||
Reference in New Issue
Block a user