From b1ff695b90b4cf35409d8cf973c4d012edae06bb Mon Sep 17 00:00:00 2001 From: zhousg Date: Tue, 22 Aug 2023 14:24:19 +0800 Subject: [PATCH] feat(CI): add github build and syanc gitee pages --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aee3ef5..16d3975 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,7 +49,7 @@ jobs: # 注意替换为你的 GitHub 源仓库地址 source-repo: git@github.com:erabbit-dev/erabbit-uni-app.git # 注意替换为你的 Gitee 目标仓库地址 - destination-repo: https://gitee.com/Megasu/uniapp-shop-vue3-ts.git + destination-repo: git@gitee.com:Megasu/uniapp-shop-vue3-ts.git # dry-run: true - name: Build Gitee Pages