From 49fffcc464be29256c74c7f9fa9522c2cd8ea1a7 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 31 Dec 2022 17:15:18 +0800 Subject: [PATCH] update 3.0 docs build path --- .github/workflows/vuepress-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index a0289dd1..e7f4fe7f 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - main paths: - 'docs/**' - 'ext/**' @@ -32,7 +33,7 @@ jobs: SOURCE: "deploy/" REMOTE_HOST: ${{ secrets.ZHAMAO_XIN_HOST }} REMOTE_USER: ${{ secrets.ZHAMAO_XIN_USER }} - TARGET: ${{ secrets.ZHAMAO_XIN_TARGET }} + TARGET: ${{ secrets.FRAMEWORK_ZHAMAO_XIN_TARGET }} - name: deploy script file uses: wlixcc/SFTP-Deploy-Action@v1.2 with: