From 4873fc5084f41c42b694d023ac30650534e6f810 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Wed, 18 Dec 2024 20:44:49 +0800 Subject: [PATCH] test8 --- .workflow/pipeline-docs-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.workflow/pipeline-docs-build.yml b/.workflow/pipeline-docs-build.yml index 09a0fb84..a9ae01ad 100644 --- a/.workflow/pipeline-docs-build.yml +++ b/.workflow/pipeline-docs-build.yml @@ -41,6 +41,9 @@ stages: - rm -rf docs/.vuepress/distTemp - '' - '# 将构建产物推送到目标分支' + - echo 'hello1111' + - echo $mytoken + - echo ${mytoken} - cd docs/.vuepress/dist - git init - GIT_REPO_URL=https://gitee.com/dromara/neutrino-proxy.git @@ -60,7 +63,7 @@ stages: artifacts: - name: BUILD_ARTIFACT path: - - ./docs/.vuepress/dist + - ./neutrino-proxy-vuepress/docs/.vuepress/dist caches: - ~/.npm - ~/.yarn