This commit is contained in:
aoshiguchen
2024-12-18 21:19:09 +08:00
parent 81c3e3f219
commit adc8cb3f66
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -17,7 +17,7 @@ variables:
commit_name: aoshiguchen
commit_email: [email protected]
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:
@@ -6,7 +6,7 @@ article: false
---
::: tip
当前最新版本:2.0.2。从之前的版本升级过来,请参照:更新记录 > 版本记录.
当前最新版本:2.0.2。从之前的版本升级过来,请参照:更新记录 > 版本记录
:::
## 1、快速上手须知