diff --git a/.workflow/pipeline-docs-build.yml b/.workflow/pipeline-docs-build.yml index 06bd503c..343f0ef9 100644 --- a/.workflow/pipeline-docs-build.yml +++ b/.workflow/pipeline-docs-build.yml @@ -17,7 +17,7 @@ variables: commit_name: aoshiguchen commit_email: aoshiguchen@dromara.org repo_url: https://gitee.com/dromara/neutrino-proxy.git - target_branch: tmp/test1 + target_branch: site stages: - name: stage-build displayName: 构建 @@ -49,8 +49,6 @@ stages: - rm -rf docs/.vuepress/distTemp - '' - '# 初始化git仓库' - - echo '提交信息...' - - echo $GITEE_COMMIT_MESSAGE - cd docs/.vuepress/dist - git init - '' @@ -68,7 +66,7 @@ stages: - '' - '# 将构建产物推送到目标分支' - git add -A - - git commit -m "update" + - git commit -m $GITEE_COMMIT_MESSAGE - git checkout -b $target_branch - git push -f origin $target_branch artifacts: diff --git a/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/01.快速上手.md b/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/01.快速上手.md index b72d9bcf..8fe07a9a 100644 --- a/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/01.快速上手.md +++ b/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/01.快速上手.md @@ -6,7 +6,7 @@ article: false --- ::: tip -当前最新版本:2.0.2。从之前的版本升级过来,请参照:更新记录 > 版本记录. +当前最新版本:2.0.2。从之前的版本升级过来,请参照:更新记录 > 版本记录。 ::: ## 1、快速上手须知