We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ce451 commit d0e8242Copy full SHA for d0e8242
.github/workflows/blank.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: easingthemes/ssh-deploy@main
41
env:
42
SSH_PRIVATE_KEY: ${{ secrets.SERVER_PRIVATE_KEY }}
43
- ARGS: "-rltgoDzvO --delete"
+ ARGS: "-rltgoDzvO"
44
SOURCE: "docs/.vuepress/dist/"
45
REMOTE_HOST: ${{ secrets.SERVER_HOST }}
46
REMOTE_PORT: ${{ secrets.SERVER_PORT }} -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa
0 commit comments