Skip to content

Commit

Permalink
feat(release): 同步到github pages时增加部署地址信息
Browse files Browse the repository at this point in the history
  • Loading branch information
142vip.cn committed Nov 7, 2023
1 parent 55c23f4 commit 66bb15e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,6 @@ on:
- next
workflow_dispatch:


## vercel 环境变量
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 66bb15e

Please sign in to comment.