From 7cdda00f49a0324ef52f78ca0dd07bfd8ae9c132 Mon Sep 17 00:00:00 2001 From: xuqingkai Date: Tue, 9 Jan 2024 18:17:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=9A=80=20=E8=B0=83=E6=95=B4deplo?= =?UTF-8?q?y-site-gitee=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-site-gitee.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-site-gitee.yml b/.github/workflows/deploy-site-gitee.yml index b1bf170b..25c590b0 100644 --- a/.github/workflows/deploy-site-gitee.yml +++ b/.github/workflows/deploy-site-gitee.yml @@ -44,16 +44,16 @@ jobs: # GitHub 仓库地址 source-repo: git@github.com:Moonofweisheng/wot-design-uni.git # Gitee 仓库地址 - destination-repo: git@gitee.com:Moonofweisheng/wot-design-uni.git + destination-repo: git@gitee.com:wot-design-uni/wot-design-uni.git - name: Build Gitee Pages uses: yanglbme/gitee-pages-action@main with: # 替换为你的 Gitee 用户名 - gitee-username: Moonofweisheng + gitee-username: wot-design-uni # 注意在 Settings->Secrets 配置 GITEE_PASSWORD gitee-password: ${{ secrets.GITEE_PASSWORD }} # 注意替换为你的 Gitee 仓库,仓库名严格区分大小写,请准确填写,否则会出错 - gitee-repo: Moonofweisheng/wot-design-uni + gitee-repo: wot-design-uni/wot-design-uni # 要部署的分支,默认是 master,若是其他分支,则需要指定(指定的分支必须存在) branch: gh-pages