fix: deploy to /data/wiki instead of /data
Deploy Wiki to Production / deploy (push) Failing after 1m30s

This commit is contained in:
zdh
2026-06-04 15:08:41 +08:00
parent fb82f91e43
commit a0b8716cf8
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
--exclude='*.pptx' \
--exclude='*.xlsx' \
--delete \
./ ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/data/
./ ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/data/wiki/
- name: Reload nginx
run: |