1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Fix copying directory during deployment

This commit is contained in:
Kevin Brown 2019-09-11 22:14:18 -04:00
parent b4c3eccd7b
commit 8cb7e33766

View File

@ -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"