From 77372a639478795d2a51aa81f9a3814f8c7b7367 Mon Sep 17 00:00:00 2001 From: shiyu Date: Mon, 9 Jun 2025 21:14:55 +0800 Subject: [PATCH] feat(docs): update deployment configuration for documentation upload --- .github/workflows/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 07c9c1a..e3c4ba2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,4 +47,5 @@ jobs: key: ${{ secrets.SERVER_SSH_KEY }} passphrase: ${{ secrets.SSH_PASSPHRASE }} source: "Docs/.vitepress/dist/*" - target: "/opt/1panel/www/sites/foxel.cc/index" \ No newline at end of file + target: "/opt/1panel/www/sites/foxel.cc/index" + strip_components: 3 \ No newline at end of file