We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc6e56c + 2d37056 commit 1ea8d51Copy full SHA for 1ea8d51
.github/workflows/CD.yaml
@@ -81,7 +81,10 @@ jobs:
81
with:
82
target_branch: pages/github
83
build_dir: docs/.vuepress/dist
84
- commit_message: chore(sync) v${{steps.gitInfo.outputs.version}}
+ commit_message: |
85
+ chore(sync): v${{steps.gitInfo.outputs.version}}
86
+
87
+ 部署地址: https://142vip.github.io/JavaScriptCollection
88
committer: ${{steps.gitInfo.outputs.author}}<${{steps.gitInfo.outputs.email}}>
89
author: Mr·Sync
90
env:
@@ -136,7 +139,7 @@ jobs:
136
139
run: |
137
140
zip -r JavaScriptCollection.zip . \
138
141
-x "node_modules/*" \
- -x ".git/*"
142
+ -x "*.git*"
143
144
# 提取版本号
145
- name: Get New Version Number
0 commit comments