fix: mkpath in rsync stuffs

This commit is contained in:
zk
2026-05-23 14:09:32 +00:00
parent 2703990c96
commit 7b3d9d2392
+1 -1
View File
@@ -44,4 +44,4 @@ jobs:
- name: Deploy
env:
TACHI_HOST: ${{ secrets.TACHI_HOST }}
run: rsync --recursive --compress --delete --progress ./typescript/homepage/dist/. "ci@${TACHI_HOST}:/srv/tachi-static/homepage/"
run: rsync --recursive --compress --delete --progress --mkpath ./typescript/homepage/dist/. "ci@${TACHI_HOST}:/srv/tachi-static/homepage/"