feat(docs): update deployment configuration for documentation upload

This commit is contained in:
shiyu
2025-06-09 21:14:55 +08:00
parent 448edf8153
commit 4fcafc6c9c

View File

@@ -46,5 +46,6 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
source: "Docs/.vitepress/dist/*"
target: "/opt/1panel/www/sites/foxel.cc/index"
source: "Docs/.vitepress/dist/."
target: "/opt/1panel/www/sites/foxel.cc/index"
strip_components: 1