1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-07-10 09:06:05 +08:00

feat(release): 同步到github pages时增加部署地址信息

This commit is contained in:
142vip.cn
2023-11-07 19:15:43 +08:00
parent 55c23f412b
commit 66bb15e944

View File

@@ -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