Skip to content

Commit 8cb7e33

Browse files
committed
Fix copying directory during deployment
1 parent b4c3ecc commit 8cb7e33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
USERNAME: ${{ secrets.DOCUMENTATION_SSH_USERNAME }}
1515
KEY: ${{ secrets.DOCUMENTATION_SSH_KEY }}
1616
HOST: ${{ secrets.DOCUMENTATION_SSH_HOST }}
17-
TARGET: "docs/"
18-
SOURCE: "docs/"
17+
TARGET: "docs"
18+
SOURCE: "docs"

0 commit comments

Comments
 (0)