Skip to content

Commit 66bb15e

Browse files
author
142vip.cn
committed
feat(release): 同步到github pages时增加部署地址信息
1 parent 55c23f4 commit 66bb15e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CD.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
- next
1212
workflow_dispatch:
1313

14-
1514
## vercel 环境变量
1615
env:
1716
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
@@ -83,7 +82,10 @@ jobs:
8382
with:
8483
target_branch: pages/github
8584
build_dir: docs/.vuepress/dist
86-
commit_message: chore(sync) v${{steps.gitInfo.outputs.version}}
85+
commit_message: |
86+
chore(sync): v${{steps.gitInfo.outputs.version}}
87+
88+
部署地址: https://142vip.github.io/408CSFamily
8789
committer: ${{steps.gitInfo.outputs.author}}<${{steps.gitInfo.outputs.email}}>
8890
author: Mr·Sync
8991

0 commit comments

Comments
 (0)