Fix copying directory during deployment
This commit is contained in:
parent
b4c3eccd7b
commit
8cb7e33766
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs-deploy.yml
vendored
4
.github/workflows/docs-deploy.yml
vendored
|
@ -14,5 +14,5 @@ jobs:
|
|||
USERNAME: ${{ secrets.DOCUMENTATION_SSH_USERNAME }}
|
||||
KEY: ${{ secrets.DOCUMENTATION_SSH_KEY }}
|
||||
HOST: ${{ secrets.DOCUMENTATION_SSH_HOST }}
|
||||
TARGET: "docs/"
|
||||
SOURCE: "docs/"
|
||||
TARGET: "docs"
|
||||
SOURCE: "docs"
|
||||
|
|
Loading…
Add table
Reference in a new issue