remove trailing slash, so it doesn't just copy the content of doc/

This commit is contained in:
missytake
2022-03-04 01:58:33 +01:00
parent 78429492f1
commit 379cb1b2e0

View File

@@ -22,6 +22,6 @@ jobs:
USER: ${{ secrets.USERNAME }}
KEY: ${{ secrets.KEY }}
HOST: "delta.chat"
SOURCE: "target/doc/"
SOURCE: "target/doc"
TARGET: "/var/www/html/rs/"