more testing
parent
35b4a6c209
commit
a32947f784
|
@ -1,7 +1,9 @@
|
|||
name: Copy via ssh
|
||||
on: [push]
|
||||
uses: garygrossgarten/github-action-scp@v0.7.3
|
||||
with:
|
||||
jobs:
|
||||
|
||||
uses: garygrossgarten/github-action-scp@v0.7.3
|
||||
with:
|
||||
local: /
|
||||
remote: /home/mdbook/wiki/src
|
||||
host: ${{ secrets.HOST }}
|
||||
|
|
Loading…
Reference in New Issue