We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c23f4 commit 66bb15eCopy full SHA for 66bb15e
.github/workflows/CD.yaml
@@ -11,7 +11,6 @@ on:
11
- next
12
workflow_dispatch:
13
14
-
15
## vercel 环境变量
16
env:
17
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
@@ -83,7 +82,10 @@ jobs:
83
82
with:
84
target_branch: pages/github
85
build_dir: docs/.vuepress/dist
86
- commit_message: chore(sync) v${{steps.gitInfo.outputs.version}}
+ commit_message: |
+ chore(sync): v${{steps.gitInfo.outputs.version}}
87
+
88
+ 部署地址: https://142vip.github.io/408CSFamily
89
committer: ${{steps.gitInfo.outputs.author}}<${{steps.gitInfo.outputs.email}}>
90
author: Mr·Sync
91
0 commit comments