From 66bb15e944ec3b6a7c5247b35793adbf7c0227fe Mon Sep 17 00:00:00 2001 From: "142vip.cn" Date: Tue, 7 Nov 2023 19:15:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(release):=20=E5=90=8C=E6=AD=A5=E5=88=B0git?= =?UTF-8?q?hub=20pages=E6=97=B6=E5=A2=9E=E5=8A=A0=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 6887045..c9dbc4c 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -11,7 +11,6 @@ on: - next workflow_dispatch: - ## vercel 环境变量 env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} @@ -83,7 +82,10 @@ jobs: with: target_branch: pages/github build_dir: docs/.vuepress/dist - commit_message: chore(sync) v${{steps.gitInfo.outputs.version}} + commit_message: | + chore(sync): v${{steps.gitInfo.outputs.version}} + + 部署地址: https://142vip.github.io/408CSFamily committer: ${{steps.gitInfo.outputs.author}}<${{steps.gitInfo.outputs.email}}> author: Mr·Sync