Skip to content

Commit 1ea8d51

Browse files
author
微信公众号:储凡
authored
Merge pull request #101 from chufan443/fix/ci-info
2 parents dc6e56c + 2d37056 commit 1ea8d51

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CD.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ jobs:
8181
with:
8282
target_branch: pages/github
8383
build_dir: docs/.vuepress/dist
84-
commit_message: chore(sync) v${{steps.gitInfo.outputs.version}}
84+
commit_message: |
85+
chore(sync): v${{steps.gitInfo.outputs.version}}
86+
87+
部署地址: https://142vip.github.io/JavaScriptCollection
8588
committer: ${{steps.gitInfo.outputs.author}}<${{steps.gitInfo.outputs.email}}>
8689
author: Mr·Sync
8790
env:
@@ -136,7 +139,7 @@ jobs:
136139
run: |
137140
zip -r JavaScriptCollection.zip . \
138141
-x "node_modules/*" \
139-
-x ".git/*"
142+
-x "*.git*"
140143
141144
# 提取版本号
142145
- name: Get New Version Number

0 commit comments

Comments
 (0)