mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
remove trailing slash, so it doesn't just copy the content of doc/
This commit is contained in:
2
.github/workflows/upload-docs.yml
vendored
2
.github/workflows/upload-docs.yml
vendored
@@ -22,6 +22,6 @@ jobs:
|
|||||||
USER: ${{ secrets.USERNAME }}
|
USER: ${{ secrets.USERNAME }}
|
||||||
KEY: ${{ secrets.KEY }}
|
KEY: ${{ secrets.KEY }}
|
||||||
HOST: "delta.chat"
|
HOST: "delta.chat"
|
||||||
SOURCE: "target/doc/"
|
SOURCE: "target/doc"
|
||||||
TARGET: "/var/www/html/rs/"
|
TARGET: "/var/www/html/rs/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user