mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-12 02:20:28 +08:00
feat(docs): update deployment configuration for documentation upload
This commit is contained in:
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user